Modulesยง
Traitsยง
Functionsยง
- check_
intrinsic_ ๐arg_ count - Check that the number of args is what we expect.
- clamp_
float_ ๐value - Given an floating-point operation and a floating-point value, clamps the result to the output range of the given operation.
- fixed_
float_ ๐value - For the intrinsics:
- fixed_
powi_ ๐float_ value - Returns
Some(output)ifpowi(calledpownin C) results in a fixed value specified in the C standard (specifically, C23 annex F.10.4.6) when doingbase^exp. Otherwise, returnsNone.