pschachte / wybe

A programming language supporting most of both declarative and imperative programming
MIT License
47 stars 6 forks source link

Add overloaded versions of fmt for the float type #454

Closed pschachte closed 7 months ago

pschachte commented 7 months ago

There should be versions of float.fmt with extra arguments to specify precision and whether to use exponential notation.

pschachte commented 7 months ago

Closed by #456 and #458