CE-Programming / toolchain

Toolchain and libraries for C/C++ programming on the TI-84+ CE calculator series
https://ce-programming.github.io/toolchain/index.html
GNU Lesser General Public License v3.0
528 stars 53 forks source link

nextafterf is incorrect #510

Open ZERICO2005 opened 1 month ago

ZERICO2005 commented 1 month ago

float nextafterf(float from, float to) is incorrect, and seems to copy code from remainderf.

nextafterf should mostly be a uint32_t increment/decrement apart from signed zeros, FLT_MAX, and infinity