Skip to content

PI is a set of javascript class and functions for mathematical equations.

License

Notifications You must be signed in to change notification settings

basilgass/PiMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PI - javascript math in your hands

PiMath is a script designed to create and generate mathematical exercises.

let A = new PiMath.Fraction('2/3');
console.log(A.tex) // -> \frac{ 2 }{ 3 }

// Add another fraction
let B = new PiMath.Fraction('2/5');
A.add(B);
console.log(A.frac) // -> \frac{ 16 }{ 15 }

About

PI is a set of javascript class and functions for mathematical equations.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published