|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
10#include "../types.hpp"
14static constexpr double __get_epsilon(
double)
noexcept {
return 4.94066e-324;}
15static constexpr float __get_epsilon(
float)
noexcept {
return 1.401298E-45f;}
long double decimal
Represents a decimal-precision floating-point number.
Definition decimal.hpp:23