Module kernel::common::math
[−]
[src]
Helper functions for common mathematical operations.
Reexports
use core::convert::From; |
use core::convert::Into; |
use core::intrinsics as int; |
Structs
| PowerOfTwo |
Functions
| __errno⚠ | |
| closest_power_of_two | |
| get_errno | |
| log_base_two | |
| powf32 | |
| powif32 | |
| sqrtf32 |