main method

void main()

Implementation

void main(){
  testMath1();
  testMath2();
  testMath3();
  testComplex();
  testMatrix();
}