diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.inc | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index bde705c..3cf1785 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -35,35 +35,7 @@ FTOSTR This macro defines a function similar in type to strfromf which converts a FLOAT to a string. */ -/* This testsuite has currently tests for: - acos, acosh, asin, asinh, atan, atan2, atanh, - canonicalize, cbrt, ceil, copysign, cos, cosh, drem, - erf, erfc, exp, exp10, exp2, expm1, - fabs, fdim, finite, floor, fma, fmax, fmaxmag, fmin, fminmag, - fmod, fpclassify, frexp, fromfp, fromfpx, gamma, getpayload, hypot, - ilogb, iscanonical, isfinite, isinf, isnan, isnormal, issignaling, - issubnormal, iszero, iseqsig, isless, islessequal, isgreater, - isgreaterequal, islessgreater, isunordered, j0, j1, jn, - ldexp, lgamma, llogb, log, log10, log1p, log2, logb, - modf, nearbyint, nextafter, nexttoward, - pow, pow10, remainder, remquo, rint, lrint, llrint, - round, roundeven, lround, llround, - scalb, scalbn, scalbln, setpayload, setpayloadsig, signbit, - sin, sincos, sinh, sqrt, - tan, tanh, tgamma, totalorder, totalordermag, trunc, - ufromfp, ufromfpx, - y0, y1, yn, significand - - and for the following complex math functions: - cabs, cacos, cacosh, carg, casin, casinh, catan, catanh, - ccos, ccosh, cexp, cimag, clog, clog10, conj, cpow, cproj, creal, - csin, csinh, csqrt, ctan, ctanh. - - At the moment the following functions and macros aren't tested: - lgamma_r, - nan. - - Parameter handling is primitive in the moment: +/* Parameter handling is primitive in the moment: --verbose=[0..3] for different levels of output: 0: only error count 1: basic report on failed tests (default) |