lean4
lean4 copied to clipboard
feat: utilities for using scientific notation and floats in json
- [x] waiting on https://github.com/leanprover/lean4/pull/1460 to include a
JsonNumber.fromFloat
@EdAyers We have merged #1460, is this one ready to be merged?
not yet; got to write a Float → JsonNumber function.
Ok I wrote a Float → JsonNumber function but it goes via toString : Float → String for now.