- dpackdouble dpack(bool sign, int exp, ulong mantissa) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- dunpackbool dunpack(double d, int exp, ulong mantissa, bool inf, bool nan) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exp2to10bool exp2to10(uint coefficient, int exponent) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exp2to10bool exp2to10(ulong coefficient, int exponent) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- exp2to10bool exp2to10(uint128 coefficient, int exponent) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- floatExtractvoid floatExtract(float f, uint coefficient, int exponent) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fpackfloat fpack(bool sign, int exp, uint mantissa) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- funpackbool funpack(float f, int exp, uint mantissa, bool inf, bool nan) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- rpackreal rpack(bool sign, int exp, ulong mantissa) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- runpackbool runpack(real r, int exp, ulong mantissa, bool inf, bool nan) 
- Undocumented in source. Be warned that the author may not have intended to support it.