PrevUpHomeNext

utx::fxmax


utx::fxmax - utx::fmax

utx::fxmax is the maxium floating point class type. As utx::fxmax is equivalent to utx::fx128 in most cases, they have the same bit size, and both of them are floating point class type. utx::fxmax supports all basic floating point operators, and object-oriented class features.

utx::fxmax - utx::fmax, the class type of utx::fmax.

c++ example

#include <utxcpp/core.hpp>

int main()
{
	constexpr utx::fxmax x = 99.971;
	utx::print(x);
}

See Also

utx::fx32

utx::fx64

utx::fx128


PrevUpHomeNext

utx::print

esv::print