carl  24.04
Computer ARithmetic Library
operations_predeclarations.h File Reference
#include <carl-common/meta/SFINAE.h>
#include <string>
Include dependency graph for operations_predeclarations.h:
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<>
double carl::rationalize (double n)
 
template<typename T >
carl::rationalize (float n)
 
template<typename T >
carl::rationalize (int n)
 
template<typename T >
carl::rationalize (sint n)
 
template<typename T >
carl::rationalize (uint n)
 
template<typename From , typename To , carl::DisableIf< std::is_same< From, To > > >
To carl::convert (const From &)
 
template<typename Number >
int carl::to_int (const Number &n)
 
template<typename T >
carl::parse (const std::string &n)
 
template<typename T >
bool carl::try_parse (const std::string &n, T &res)