dzhang314 / MultiFloats.jl

Fast, SIMD-accelerated extended-precision arithmetic for Julia
MIT License
77 stars 10 forks source link

`repr` #43

Closed haampie closed 1 month ago

haampie commented 8 months ago

repr(x) should output

Float64xN((x1, x2, ..., xN))

That way you can actually copy and paste them.

dzhang314 commented 1 month ago

Thanks for pointing this out, @haampie! I've just fixed this in v2.1.0 of MultiFloats.jl, which has just been tagged and released.