0.1.0 • Published 4 years ago

@an0rak/haley v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

Haley

A Javascript library to do Trigonometric operations.

Current version on NPM

GitHub Releases Downloads NPM Downloads

Work In Progress version CodeSize Commits for the next version

What is it ?

This project is a collection of functions and classes to manipulate and abstract Trigonometric operations.

How to use it ?

Install it on your Javascript app with :

npm install @an0rak/haley

Then you can use it with :

const haley = require("@an0rak/haley");
const radians = haley.toRadians(90);
console.log(radians); // 1.57079633

How to build it ?

Install it locally

git clone https://github.com/an0rak-simulations/haley.git $YOUR_LOCAL_PATH
cd $A_PROJECT_OF_YOURS
npm install $YOUR_LOCAL_PATH

Lint your modifications

npm run lint

Credits and License

This library was created by Sylvain Nieuwlandt and is released under the Apache-2.0 license, which you can find a complete copy here.

0.1.0

4 years ago