Description
A Haskell library for representing exact rational multiples of pi and integer powers of pi. It lets mathematical code keep symbolic precision longer instead of immediately converting to floating point.
Developers use it in geometry, trigonometry, symbolic math, and numeric code where exact representation matters. Conversion to approximate numbers should be delayed until the required precision is known.