Module Name: src Committed By: riastradh Date: Sun May 5 22:10:06 UTC 2024
Modified Files: src/lib/libm/src: s_nextafter.c Log Message: libm: If long double is double, nexttowardl is nextafter. long double nexttowardl(long double, long double); double nextafter(double, double); To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libm/src/s_nextafter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.