File: wcsmath_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 (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.
*/