1.0.5 • Published 8 months ago

ferolinka-adv-math v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ferolinka-adv-math

Install

npm install ferolinka-adv-math

Using

const mathKit = new MathKit(); const result = mathKit.Cmb(5, 4) //Combination or import Kit from 'ferolinka-adv-math' const Factorial= Kit.Fct(10) //Factorial

You can directly import; import {combination,permutation,combination... } from 'ferolinka-adv-math' const Permutation= permutation(3, 4) //Factorial

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago