BigInt
BigInt copied to clipboard
feat(Functions/Math): add `decimal` functions for decimal places
Add decimal
functions to calculate decimal places.
e.g.
std::cout << 7 / 2 << "." << decimal(7, 2); /* 3.5 */