|
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<> | |
| double | carl::rationalize (double n) |
| template<typename T > | |
| T | carl::rationalize (float n) |
| template<typename T > | |
| T | carl::rationalize (int n) |
| template<typename T > | |
| T | carl::rationalize (sint n) |
| template<typename T > | |
| 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 > | |
| T | carl::parse (const std::string &n) |
| template<typename T > | |
| bool | carl::try_parse (const std::string &n, T &res) |