smn-math

Math Module

Usage no npm install needed!

<script type="module">
  import smnMath from 'https://cdn.skypack.dev/smn-math';
</script>

README

smn-math

Its a math module to make you easy to perform any mathematical operations.

Operation you can perform: 1. Basic Mathematical Operation(add,subtract,divide,modulus,multiply) 2. Algebric mathematical Operation a. Quadratic Equation 3. Sequence a. Arthematic Sequence (Sum and nth value) b. Geometric Sequence (Sum and nth value)