Closed casuallyblue closed 3 months ago
Great work! The only note I have is that I'd like the name of the float type in mirth be:
Float64
for double-precision floats, andFloat32
for single-precision floats.Once that is renamed, I think it would be ok to merge this PR, even without single-precision!
Great work! The only note I have is that I'd like the name of the float type in mirth be:
* `Float64` for double-precision floats, and * `Float32` for single-precision floats.
Once that is renamed, I think it would be ok to merge this PR, even without single-precision!
Everything's renamed, and I made the internal value be a float instead of storing as a string. Still figuring out why the windows build suddenly can't find snprintf
even though it could before.
Thanks @casuallyblue!
This is the initial steps of floating point support for mirth. I'm uploading it before it is completely done for feedback before I implement any further. This includes a partial implementation of a mandelbrot set renderer example.