ffi/math
FFI Functions
sin(x: F64): F64 (std/ffi/math.qz:6)
C math.h FFI declarations
Provides extern “C” bindings for math functions. Usage: cimport “math.h”
sin(x: F64): F64 (std/ffi/math.qz:6)C math.h FFI declarations
Provides extern “C” bindings for math functions. Usage: cimport “math.h”
cos(x: F64): F64 (std/ffi/math.qz:7)sqrt(x: F64): F64 (std/ffi/math.qz:8)pow(x: F64, y: F64): F64 (std/ffi/math.qz:9)floor(x: F64): F64 (std/ffi/math.qz:10)ceil(x: F64): F64 (std/ffi/math.qz:11)fabs(x: F64): F64 (std/ffi/math.qz:12)