The public namespace for the Steppable library.
Definition argParse.cpp:40
Rounding
Definition rounding.hpp:52
@ ROUND_DOWN
Rounds the number down.
Definition rounding.hpp:53
@ ROUND_UP
Rounds the number up.
Definition rounding.hpp:54
@ ROUND_OFF
Rounds the number off.
Definition rounding.hpp:55
RoundingMode
Specifies how Steppable should round the number in operations.
Definition rounding.hpp:34
@ DISCARD_ALL_DECIMALS
Do not append any decimal places.
Definition rounding.hpp:48
@ USE_MINIMUM_PREC
Use the lower precision whenever possible.
Definition rounding.hpp:39
@ USE_OTHER_PREC
Use the other number's precision.
Definition rounding.hpp:45
@ USE_MAXIMUM_PREC
Use the higher precision whenever possible.
Definition rounding.hpp:36
@ USE_CURRENT_PREC
Use the current precision.
Definition rounding.hpp:42