fixedpoint.arithmetic

Undocumented in source.

Members

Functions

addTo
T addTo(Fixed!(a, V) lhs, Fixed!(b, U) rhs)

Before the operation the arguments are casted to the specified type

divTo
T divTo(Fixed!(a, V) lhs, Fixed!(b, U) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
mulTo
T mulTo(Fixed!(a, V) lhs, Fixed!(b, U) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
subTo
T subTo(Fixed!(a, V) lhs, Fixed!(b, U) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta