suite-math

1.2.0 • Public • Published

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • 2 fonction: pour calculer la suite numerique d'un entier , et la suite de fibonacci d'un entier ; example :
  var suite = require('./index.js');
  suite(3).numerique(2) ;
  suite(3).fibonacci(6) ;

Readme

Keywords

Package Sidebar

Install

npm i suite-math

Weekly Downloads

0

Version

1.2.0

License

ISC

Last publish

Collaborators

  • updo