We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fractional class with user defined precision:
inom::fractional<0.34, 9.44, 3> f = inom::make_fract<5.44>(); // or inom::f<0.34, 9.44, 3> f = 5.44_fract;
The above represents a fractional value with 3 digits of precision between 0.340 and 9.440 of value 5.440.
0.340
9.440
5.440
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add fractional class with user defined precision:
The above represents a fractional value with 3 digits of precision between
0.340
and9.440
of value5.440
.The text was updated successfully, but these errors were encountered: