The C Standard Library Mathematical Functions (libm) - 2022.2 English

Zynq UltraScale+ MPSoC Software Developer Guide (UG1137)

Document ID
UG1137
Release Date
2022-11-02
Version
2022.2 English

The following table lists the libm mathematical C modules:

Table 1. libm.a Function Types and Function Listing
Function Type Supported Functions
Algebraic cbrt, hypot, sqrt
Elementary transcendental asin, acos, atan, atan2, asinh, acosh, atanh, exp, expm1, pow, log, log1p, log10, sin, cos, tan, sinh, cosh, tanh
Higher transcendentals j0, j1, jn, y0, y1, yn, erf, erfc, gamma, lgamma, and gamma_ramma_r
Integral rounding eil, floor, rint
IEEE standard recommended copysign, fmod, ilogb, nextafter, remainder, scalbn, and fabs
IEEE classification isnan
Floating point logb, scalb, significand
User-defined error handling routine matherr