vectorgraphics / asymptote

2D & 3D TeX-Aware Vector Graphics Language
https://asymptote.sourceforge.io/
GNU General Public License v3.0
533 stars 89 forks source link

io: Fix reading of NaN and inf values #377

Closed LemonBoy closed 1 year ago

LemonBoy commented 1 year ago

Previously asymptote would silently stop while trying to read a textual dataset containing inf or nan values, while the language itself is perfectly capable of handling such values.

I've moved the implementation to the fileio.c file because modifying the header file caused an endless amount of unneeded recompilations.