carl  24.04
Computer ARithmetic Library
generic.h File Reference
This graph shows which files directly or indirectly include this file:

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...