wren.math

Undocumented in source.

Members

Functions

abs
auto abs(Num x)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

WREN_DOUBLE_NAN
enum WREN_DOUBLE_NAN;
Undocumented in source.
WREN_DOUBLE_QNAN_POS_MAX_BITS
enum WREN_DOUBLE_QNAN_POS_MAX_BITS;
Undocumented in source.
WREN_DOUBLE_QNAN_POS_MIN_BITS
enum WREN_DOUBLE_QNAN_POS_MIN_BITS;
Undocumented in source.

Static functions

wrenDoubleFromBits
double wrenDoubleFromBits(ulong bits)
Undocumented in source. Be warned that the author may not have intended to support it.
wrenDoubleToBits
ulong wrenDoubleToBits(double num)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta