This is a constant value that is stored in the Math class;
Example: the PI is also a standart constant look references to math constants

class Math
{
static double E = 2.718...;
static...