math: fix nextafter and nexttoward on maxdbl and maxflt input
old code (return x+x;) returns correct value and raises correct flags only if the result is stored as double (or float)
Showing
想要评论请 注册 或 登录
old code (return x+x;) returns correct value and raises correct flags only if the result is stored as double (or float)