Skip to content

Papich23691/Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math

Mini library includes set theory , functions , binary operations and linear algebra


Add math_s.h to include directory during compilation
And simply include it in the code as shown

#include <math_s.h>

using namespace math;