rbc.externals.cmath#

Description

https://en.cppreference.com/w/c/numeric/math

Functions

abs(x)

C math function abs

absf(x)

C math function absf

acos(x)

C math function acos

acosf(x)

C math function acosf

acosh(x)

C math function acosh

acoshf(x)

C math function acoshf

asin(x)

C math function asin

asinf(x)

C math function asinf

asinh(x)

C math function asinh

asinhf(x)

C math function asinhf

atan(x)

C math function atan

atan2(y, x)

C math function atan2

atan2f(y, x)

C math function atan2f

atanf(x)

C math function atanf

atanh(x)

C math function atanh

atanhf(x)

C math function atanhf

cbrt(x)

C math function cbrt

cbrtf(x)

C math function cbrtf

ceil(x)

C math function ceil

ceilf(x)

C math function ceilf

copysign(x, y)

C math function copysign

copysignf(x, y)

C math function copysignf

cos(x)

C math function cos

cosf(x)

C math function cosf

cosh(x)

C math function cosh

coshf(x)

C math function coshf

erf(x)

C math function erf

erfc(x)

C math function erfc

erfcf(x)

C math function erfcf

erff(x)

C math function erff

exp(x)

C math function exp

exp2(x)

C math function exp2

exp2f(x)

C math function exp2f

expf(x)

C math function expf

expm1(x)

C math function expm1

expm1f(x)

C math function expm1f

fabs(x)

C math function fabs

fabsf(x)

C math function fabsf

fdim(x, y)

C math function fdim

fdimf(x, y)

C math function fdimf

floor(x)

C math function floor

floorf(x)

C math function floorf

fma(x, y, z)

C math function fma

fmaf(x, y, z)

C math function fmaf

fmax(x, y)

C math function fmax

fmaxf(x, y)

C math function fmaxf

fmin(x, y)

C math function fmin

fminf(x, y)

C math function fminf

fmod(numer, denom)

C math function fmod

fmodf(numer, denom)

C math function fmodf

fn(x, y, z)

C math function fmaf

frexp(x, exp)

C math function frexp

frexpf(x, exp)

C math function frexpf

hypot(x, y)

C math function hypot

hypotf(x, y)

C math function hypotf

ilogb(x)

C math function ilogb

ilogbf(x)

C math function ilogbf

ldexp(x, exp)

C math function ldexp

ldexpf(x, exp)

C math function ldexpf

lgamma(x)

C math function lgamma

lgammaf(x)

C math function lgammaf

llrint(x)

C math function llrint

llrintf(x)

C math function llrintf

llround(x)

C math function llround

llroundf(x)

C math function llroundf

log(x)

C math function log

log10(x)

C math function log10

log10f(x)

C math function log10f

log1p(x)

C math function log1p

log1pf(x)

C math function log1pf

log2(x)

C math function log2

log2f(x)

C math function log2f

logb(x)

C math function logb

logbf(x)

C math function logbf

logf(x)

C math function logf

lrint(x)

C math function lrint

lrintf(x)

C math function lrintf

lround(x)

C math function lround

lroundf(x)

C math function lroundf

modf(x, intpart)

C math function modf

modff(x, intpart)

C math function modff

nan(tagp)

C math function nan

nanf(tagp)

C math function nanf

nearbyint(x)

C math function nearbyint

nearbyintf(x)

C math function nearbyintf

nextafter(x, y)

C math function nextafter

nextafterf(x, y)

C math function nextafterf

nexttoward(x, y)

C math function nexttoward

nexttowardf(x, y)

C math function nexttowardf

pow(base, exponent)

C math function pow

powf(base, exponent)

C math function powf

remainder(numer, denom)

C math function remainder

remainderf(numer, denom)

C math function remainderf

rint(x)

C math function rint

rintf(x)

C math function rintf

round(x)

C math function round

roundf(x)

C math function roundf

sin(x)

C math function sin

sinf(x)

C math function sinf

sinh(x)

C math function sinh

sinhf(x)

C math function sinhf

sqrt(x)

C math function sqrt

sqrtf(x)

C math function sqrtf

tan(x)

C math function tan

tanf(x)

C math function tanf

tanh(x)

C math function tanh

tanhf(x)

C math function tanhf

tgamma(x)

C math function tgamma

tgammaf(x)

C math function tgammaf

trunc(x)

C math function trunc

truncf(x)

C math function truncf