File: wcstrig_extras.dox

package info (click to toggle)
wcslib 8.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,840 kB
  • sloc: ansic: 35,156; lex: 9,453; fortran: 6,826; sh: 3,371; f90: 815; sed: 497; pascal: 204; makefile: 18
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
/** @def WCSTRIG_TOL
* @brief Domain tolerance for asin() and acos() functions.
*
* Domain tolerance for the asin() and acos() functions to allow for floating
* point rounding errors.
*
* If @f$v@f$ lies in the range @f$1 < |v| < 1 + WCSTRIG\_TOL@f$ then it will
* be treated as @f$|v| == 1@f$.
*/