/p5.js-math-library

This library to create a library for math operations.

Primary LanguageJavaScriptMIT LicenseMIT

p5.math

p5.math

A p5.js library for teaching, learning, and exploring mathematics.

This project aims to simplify the introduction of computational thinking in the math classroom and supercharge the math toolkit available to creative coders. Initial development is focused on foundational subjects including:

  • Algebra
  • Geometry
  • Complex Numbers
  • Trigonometry
  • Calculus
  • Matrices and Linear Algebra
  • Statistics

Usage

You can download the minified library and include the file along with p5.js:

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.js"></script>
<script src="p5.math.min.js"></script>

Contributing

See CONTRIBUTING