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

88b10cc · Apr 21, 2025
Apr 21, 2025
Jan 24, 2025
Apr 21, 2025
Mar 12, 2025
Mar 12, 2025
Oct 2, 2024
Feb 17, 2022
Jul 24, 2023
Oct 9, 2024
Jan 24, 2025
Oct 1, 2024
Aug 30, 2024
Apr 21, 2025
Apr 21, 2025
Aug 29, 2024
Aug 29, 2024
Oct 3, 2024
Apr 21, 2025
Aug 30, 2024
Oct 1, 2024
Jan 9, 2022
Oct 1, 2024
Sep 23, 2024
Aug 29, 2024

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