Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csev/py4e
/ absCeil
Function
absCeil
code/gmane/Chart.bundle.js:4450–4456 ·
view source on GitHub ↗
(number)
Source
from the content-addressed store, hash-verified
4448
}
4449
4450
function
absCeil (number) {
4451
if
(number < 0) {
4452
return
Math.floor(number);
4453
}
else
{
4454
return
Math.ceil(number);
4455
}
4456
}
4457
4458
function
bubble () {
4459
var
milliseconds = this._milliseconds;
Callers
1
bubble
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected