'nan' is printed as "1.#QNAN' 'inf' is printed as "1.#INF"
all of which are plainly printed as 'nan'/'inf' on MacOS/Linux
could you provide an example patch?
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
In this example patch, I'm also showing an old bug I had posted here long ago, link: https://sourceforge.net/p/pure-data/bugs/1251/
and I also discuessed about the issues with inf in nbx, but only in the pd list, in here: https://lists.puredata.info/pipermail/pd-list/2016-05/115019.html
it seems that this is just the representation of NaNs/Inf on Windows. see https://stackoverflow.com/questions/43333192/how-do-i-make-printf-use-nan-on-w32
i don't think we should do much about this.
yeah, I assumed the reason was something like that, but I still think a cross platform standard would be good
could you provide an example patch?
In this example patch, I'm also showing an old bug I had posted here long ago, link: https://sourceforge.net/p/pure-data/bugs/1251/
and I also discuessed about the issues with inf in nbx, but only in the pd list, in here: https://lists.puredata.info/pipermail/pd-list/2016-05/115019.html
Last edit: Alexandre Porres 2017-07-23
it seems that this is just the representation of NaNs/Inf on Windows.
see https://stackoverflow.com/questions/43333192/how-do-i-make-printf-use-nan-on-w32
i don't think we should do much about this.
yeah, I assumed the reason was something like that, but I still think a cross platform standard would be good