C++ library adds mathematical fractions.
Example: 1/3, 4/7, 49/357...

Library can:
1) Create fractions from or 2 "long long", or double, or "long long".
2) Round.
3) Methematic operators +, -, *, /, +=, -=, *=, /=.
4) Logic operators <, >, ==, !=, <=, >=.
5) Operator %.
6) Pow and fast pow.
7) Module: |-a| = a, |b| = b.
8) Input / output stream.
9) Convert in double and string.
And other...

Project Samples

Project Activity

See All Activity >

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow Fractions C++

Fractions C++ Web Site

Other Useful Business Software
Turn Your Content into Interactive Magic - For Free Icon
Turn Your Content into Interactive Magic - For Free

From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
Start Free Forever
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 1 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

User Reviews

  • boost::rational have almost all functionality listed, except: - no conversion FROM floating point (and there is good reason for this decision, see boost documentation for details) - no % operator (it makes no sense for rational numbers) - no power function (may be implemented in a few lines of code) On the other hand, boost::rational is implemented as class template and can be used with any integer type for numerator and denominator, including BigNum-like. So, boost::rational can be used to implement arbitrary-precision arithmetic. And the lack of arbitrary-precision support in this library makes it almost useless, because rational numerator and denominator tend to grow very fast even in very simple cases. As an example, try to compute rational approximation to e = 2.71... using Taylor series.
Read more reviews >

Additional Project Details

Operating Systems

BSD, Linux, Windows

Languages

English, Russian

Intended Audience

Developers, Science/Research

Programming Language

C++

Related Categories

C++ Mathematics Software, C++ Libraries

Registered

2013-09-29