BigInteger expression evaluator using shunting-yard algorithm
-
Updated
Sep 16, 2021 - C++
BigInteger expression evaluator using shunting-yard algorithm
arbitrary-precision signed integral type
BigInt in C++
BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, …
Add a description, image, and links to the bigintegers topic page so that developers can more easily learn about it.
To associate your repository with the bigintegers topic, visit your repo's landing page and select "manage topics."