#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 14 of file Divide.hpp.
Collaboration diagram for round_div_default< N, T >:Static Public Member Functions | |
| static T | div (T val) |
Definition at line 15 of file Divide.hpp.