PrevUpHomeNext

esv::fx128


Talent without working hard is nothing.

esv::fx128 - esv::f128

esv::fx128 is the 128 bit floating point class type. esv::fx128 supports all basic floating point operators, and object-oriented class features. esv::fx128 is longer than esv::fx64, aka. double class type.

esv::fx128 - esv::f128, the class type of esv::f128.

c++ example

#include <esvcpp/core.hpp>

int main()
{
	constexpr esv::fx128 x = 1.225;
	esv::print(x);
}

See Also

esv::fx32

esv::fx64

esv::fxmax


PrevUpHomeNext

esv::print