Download CubeSuite+ V2.02.00 User`s Manual: RX Coding

Transcript
CubeSuite+ V2.02.00
Type
Function
6. Function Specifications
Definition Name
Description
sinh
sinhf
sinhl
Calculates the hyperbolic sine of a floating-point number.
tanh
tanhf
tanhl
Calculates the hyperbolic tangent of a floating-point number.
exp
expf
expl
Calculates the exponential function of a floating-point number.
frexp
frexpf
frexpl
Breaks a floating-point number into a [0.5, 1.0) value and a power of 2.
ldexp
ldexpf
ldexpl
Multiplies a floating-point number by a power of 2.
log
logf
logl
Calculates the natural logarithm of a floating-point number.
log10
log10f
log10l
Calculates the base-ten logarithm of a floating-point number.
modf
modff
modfl
Breaks a floating-point number into integral and fractional parts.
pow
powf
powl
Calculates a power of a floating-point number.
sqrt
sqrtf
sqrtl
Calculates the positive square root of a floating-point number.
ceil
ceilf
ceill
Calculates the smallest integral value not less than or equal to the given
floating-point number.
fabs
fabsf
fabsl
Calculates the absolute value of a floating-point number.
floor
floorf
floorl
Calculates the largest integral value not greater than or equal to the
given floating-point number.
fmod
fmodf
fmodl
Calculates the remainder of a division of two floating-point numbers.
acosh
acoshf
acoshl
asinh
asinhf
asinhl
<-lang=c99>
Calculates the hyperbolic arc cosine of a floating-point number.
<-lang=c99>
<-lang=c99>
<-lang=c99>
Calculates the hyperbolic arc sine of a floating-point number.
<-lang=c99>
<-lang=c99>
R20UT2999EJ0100 Rev.1.00
May. 20, 2014
Page 295 of 540