manpagez: man pages & more
info gsl-ref
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.31.6 Trigonometric Functions With Error Estimates

Function: int gsl_sf_sin_err_e (double x, double dx, gsl_sf_result * result)

This routine computes the sine of an angle x with an associated absolute error dx, \sin(x \pm dx). Note that this function is provided in the error-handling form only since its purpose is to compute the propagated error.

Function: int gsl_sf_cos_err_e (double x, double dx, gsl_sf_result * result)

This routine computes the cosine of an angle x with an associated absolute error dx, \cos(x \pm dx). Note that this function is provided in the error-handling form only since its purpose is to compute the propagated error.


© manpagez.com 2000-2025
Individual documents may contain additional copyright information.