This website requires JavaScript.
Explore
Help
Register
Sign In
chengdandan
/
yanchengPowerSupply
Watch
1
Star
0
Fork
You've already forked yanchengPowerSupply
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b04fd9b63d
yanchengPowerSupply
/
node_modules
/
mxdraw
/
dist
/
lib
/
tools
/
algorithm
/
math.js
1 line
88 B
JavaScript
Raw
Blame
History
export
function
floorPowerOfTwo
(
o
)
{
return
Math
.
pow
(
2
,
Math
.
floor
(
Math
.
log
(
o
)
/
Math
.
LN2
)
)
}
;
Reference in New Issue
View Git Blame
Copy Permalink