File: wcstrig_extras.dox

package info (click to toggle)
wcslib 7.7%2Bds-1~bpo11%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-backports
  • size: 9,956 kB
  • sloc: ansic: 34,389; lex: 9,328; fortran: 6,731; sh: 3,367; sed: 497; pascal: 190; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (12)
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$.
*/