Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ ceiling
Method
ceiling
basex-core/src/main/java/org/basex/query/value/item/Flt.java:86–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
@Override
87
public
Flt ceiling() {
88
final
float v = (float) Math.ceil(value);
89
return
v == value ? this : get(v);
90
}
91
92
@Override
93
public
Flt floor() {
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected