1.0.5 • Published 2 years ago

ferolinka-adv-math v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago