|
carl
25.04
Computer ARithmetic Library
|

Go to the source code of this file.
Namespaces | |
| carl | |
| carl is the main namespace for the library. | |
Functions | |
| template<typename Rational > | |
| double | carl::roundDown (const Rational &o, bool overapproximate=false) |
| Returns a down-rounded representation of the given numeric. More... | |
| template<typename Rational > | |
| double | carl::roundUp (const Rational &o, bool overapproximate=false) |
| Returns a up-rounded representation of the given numeric. More... | |