sin calculates the sine and sinh calculates the hyperbolic sine of an angle.
#include <math.h> double sin (double x); double sinh (double x);
x
sin |
Returns the sine of Generates a PLOSS error if Prints a TLOSS message to stderr and returns 0 if |
sinh |
Returns the hyperbolic sine of Returns +/-HUGE_VAL, and the function sets errno to ERANGE if the result is too large. |
These functions do not return standard ANSI domain or range errors.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib |