File: wcsmath_extras.dox

package info (click to toggle)
wcslib 7.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,752 kB
  • sloc: ansic: 32,656; lex: 9,281; fortran: 6,634; sh: 3,369; sed: 497; pascal: 188; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (12)
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.
*/