#include <AH/Math/Divide.hpp>
Divide by N using the default division operator, without explicit rounding This should be used for floating point types.
For integers, prefer using round_div_unsigned_int and round_div_signed_int.
Definition at line 17 of file Divide.hpp.
Static Public Member Functions | |
static T | div (T val) |
|
inlinestatic |
Definition at line 18 of file Divide.hpp.