1 #ifndef INFO_GAMMAASCII_HPP 2 #define INFO_GAMMAASCII_HPP 19 static const std::string
up;
23 static const std::string
down;
52 static std::string
Gamma(
int deg)
static std::string Gamma(int deg)
selects gamma of a given degree deg
Definition: GammaASCII.hpp:52
static std::string GammaUp()
returns ASCII gamma greek letter and arrow up
Definition: GammaASCII.hpp:31
static const std::string gamma
gamma greek letter
Definition: GammaASCII.hpp:15
Some ASCII art decorators.
Definition: GammaASCII.hpp:9
static const std::string down
ASCII arrow down.
Definition: GammaASCII.hpp:23
static std::string GammaDown()
returns ASCII gamma greek letter and arrow down
Definition: GammaASCII.hpp:41
static const std::string up
ASCII arrow up.
Definition: GammaASCII.hpp:19