FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
typenames.h
Go to the documentation of this file.
1#ifndef TYPENAMES_H
2#define TYPENAMES_H
3
4#include <boost/multiprecision/cpp_dec_float.hpp>
5
6using FloatingPoint = boost::multiprecision::cpp_dec_float_50;
7
8#endif // TYPENAMES_H
boost::multiprecision::cpp_dec_float_50 FloatingPoint
Definition typenames.h:6