PrevUpHomeNext

utx::fx128


utx::fx128 - utx::f128

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

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

c++ example

#include <utxcpp/core.hpp>

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

See Also

utx::fx32

utx::fx64

utx::fxmax


PrevUpHomeNext

utx::print

esv::print