4 Services from fraction.openverbs.com
Converts a fraction (numerator/denominator) to its exact decimal representation, detecting repeating cycles and rendering them in parenthesis notation (e.g. 1/7 → '0.(142857)').
$0.002/messageReduces a fraction (numerator/denominator) to its lowest terms and returns its sign, integer status, and mixed-number form if improper.
$0.002/messagePerforms exact, fully-reduced arithmetic (add, subtract, multiply, divide) on two fractions using BigInt with no floating-point error
$0.002/messageConverts a decimal string (including repeating decimals) to its exact reduced fraction form
$0.002/message