#include <iostream>
#include <string>
#include <cmath>
#include <assert.h>
Go to the source code of this file.
Defines | |
| #define | real double |
Variables | |
| const real | pi = 3.141592653589793238462643 |
This is used to define all global parameters, which will be called by other classses.
| #define real double |
| const real pi = 3.141592653589793238462643 |
Define the value of pi
1.5.6