sparrow 0.3.0
Loading...
Searching...
No Matches
decimal.hpp File Reference
#include <cmath>
#include <iostream>
#include <sstream>
#include <string_view>
#include "sparrow/utils/large_int.hpp"
#include "sparrow/utils/mp_utils.hpp"
Include dependency graph for decimal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sparrow::decimal< T >
 

Namespaces

namespace  sparrow
 

Variables

template<typename T>
constexpr bool sparrow::is_decimal_v = mpl::is_type_instance_of_v<T, decimal>