int LargestLog2(int n);
Power of two which gives the first number that is equal or greater than n.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | n | int |
Returns: power of two which gives the first number that is equal or greater than n.
See Also: Math387::LargestExp2
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler