You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a function to turn a rational into its decimal expansion at a given precision. Perhaps with type showDecimalAtPrecision : (precision : ℕ) → ℚ → String, although maybe it should also take an argument specifying the base.