File: wcsmath_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 (32 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/** @def D2R
* @brief Degrees to radians conversion factor.
*
* Factor @f$\pi/180^\circ@f$ to convert from degrees to radians.
*/

/** @def R2D
* @brief Radians to degrees conversion factor.
*
* Factor @f$180^\circ/\pi@f$ to convert from radians to degrees.
*/

/** @def SQRT2
* @f$\sqrt{2}@f$, used only by molset() (<B><TT>MOL</TT></B> projection).
*/

/** @def SQRT2INV
* @f$1/\sqrt{2}@f$, used only by qscx2s() (<B><TT>QSC</TT></B> projection).
*/

/** @def UNDEFINED
* @brief Value used to indicate an undefined quantity.
*
* Value used to indicate an undefined quantity (noting that NaNs cannot be
* used portably).
*/

/** @def undefined
* @brief Macro used to test for an undefined quantity.
*
* Macro used to test for an undefined value.
*/