ReTeX / ReX

ReX - typesetting mathematics
122 stars 8 forks source link

Try `dtoa` for float printing #26

Closed cbreeden closed 6 years ago

cbreeden commented 7 years ago

Generating the SVG seems to be expensive, I'm curious if using a different library for displaying floats could reduce the load. See https://github.com/dtolnay/dtoa

Though, converting to a fixed-point representation (#22) is probably better.

cbreeden commented 6 years ago

We use fixed-point instead.