Results for “Std.Math.ilog2”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Math.ilog2
Int -> Option[Int]Fast integer base-2 logarithm (floor(log2(n))) using bit shifts.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Int -> Option[Int]Fast integer base-2 logarithm (floor(log2(n))) using bit shifts.