BigInt icon indicating copy to clipboard operation
BigInt copied to clipboard

feat(Functions/Math): add `decimal` functions for decimal places

Open kdxcxs opened this issue 4 years ago • 0 comments

Add decimal functions to calculate decimal places.

e.g.

std::cout << 7 / 2 << "." << decimal(7, 2); /* 3.5 */

kdxcxs avatar Feb 11 '21 02:02 kdxcxs