checkedint.noex.safeop

Public Imports

checkedint.flags
public import checkedint.flags;
checkedint.safeop
public import checkedint.safeop : cmp;

Members

Functions

abs
N abs(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
abs
N abs(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
OpType!(N, op, M) binary(N left, M right)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
OpType!(N, op, M) binary(N left, M right)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
N binary(N left, M right)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
N binary(N left, M right)
Undocumented in source. Be warned that the author may not have intended to support it.
bsf
int bsf(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
bsf
int bsf(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
int bsr(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
int bsr(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
divPow2
auto divPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
divPow2
auto divPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
divPow2
auto divPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
ilogb
int ilogb(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
ilogb
int ilogb(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
mulPow2
auto mulPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
mulPow2
auto mulPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
mulPow2
auto mulPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
CallType!(std.math.pow, N, M) pow(N base, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
CallType!(std.math.pow, N, M) pow(N base, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Thomas Stuart Bockman