diff options
Diffstat (limited to 'manual/libm-err-tab.pl')
-rwxr-xr-x | manual/libm-err-tab.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/libm-err-tab.pl b/manual/libm-err-tab.pl index 3846afcb2a..c2792c50d8 100755 --- a/manual/libm-err-tab.pl +++ b/manual/libm-err-tab.pl @@ -73,9 +73,9 @@ use vars qw (%results @all_floats %suffices @all_functions); "fmax", "fmin", "fmod", "frexp", "gamma", "hypot", "ilogb", "j0", "j1", "jn", "lgamma", "lrint", "llrint", "log", "log10", "log1p", "log2", "logb", "lround", - "llround", "modf", "nearbyint", "nextafter", "nexttoward", "pow", - "remainder", "remquo", "rint", "round", "scalb", "scalbn", "scalbln", - "sin", "sincos", "sinh", "sqrt", "tan", "tanh", "tgamma", + "llround", "modf", "nearbyint", "nextafter", "nextdown", "nexttoward", + "nextup", "pow", "remainder", "remquo", "rint", "round", "scalb", + "scalbn", "sin", "sincos", "sinh", "sqrt", "tan", "tanh", "tgamma", "trunc", "y0", "y1", "yn" ); # fpclassify, isnormal, isfinite, isinf, isnan, issignaling, signbit, # isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered |