My Project
Macros
ssht_types.h File Reference

Go to the source code of this file.

Macros

#define SSHT_PI   3.141592653589793238462643383279502884197
 
#define SSHT_PION2   1.570796326794896619231321691639751442099
 
#define SSHT_SQRT2   1.41421356237309504880168872420969807856967
 
#define SSHT_PROMPT   "[ssht] "
 
#define SSHT_COMPLEX(TYPE)   TYPE complex
 

Detailed Description

Types used in SSHT package.

Author
Jason McEwen

Definition in file ssht_types.h.

Macro Definition Documentation

◆ SSHT_COMPLEX

#define SSHT_COMPLEX (   TYPE)    TYPE complex

Definition at line 52 of file ssht_types.h.

◆ SSHT_PI

#define SSHT_PI   3.141592653589793238462643383279502884197

Definition at line 38 of file ssht_types.h.

◆ SSHT_PION2

#define SSHT_PION2   1.570796326794896619231321691639751442099

Definition at line 39 of file ssht_types.h.

◆ SSHT_PROMPT

#define SSHT_PROMPT   "[ssht] "

Definition at line 45 of file ssht_types.h.

◆ SSHT_SQRT2

#define SSHT_SQRT2   1.41421356237309504880168872420969807856967

Definition at line 41 of file ssht_types.h.