English
Language : 

CC78K0S Datasheet, PDF (275/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 10 LIBRARY FUNCTIONS
7-26 atanf (normal model only)
Mathematical Functions
FUNCTION
atanf finds atan.
HEADER
math.h
FUNCTION PROTOTYPE
float atanf (float x) ;
Function
atanf
Arguments
x ... Numeric value on which
operation is performed
Return Value
Normal ... atan of x
When x = NaN ... NaN
When x = –0 ... –0
EXPLANATION
• Calculates atan (range between –π/2 and +π/2) of x.
• If x is non-numeric, NaN is returned.
• If x = –0, –0 is returned.
• If an underflow occurs as a result of the operation, a non-normalized number is returned.
User’s Manual U14872EJ1V0UM
275