#include <math.h>
double sin (
double x); /* value to calculate sine for */
Description
The sin function calculates the sine of the floating-point
value x. The value of x must be
in the range ±2^32 (±4294967296.0). Outside this value range an NaN
error is returned.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.