BaReinhard / Hacktoberfest-Mathematics

Math is fun so let's make some scripts and or programs that use some of your favorite math formulas and functions.
https://bareinhard.github.io/Hacktoberfest-Mathematics/
GNU General Public License v3.0
121 stars 363 forks source link

Create math functions in JavaScript #106

Open BaReinhard opened 6 years ago

BaReinhard commented 6 years ago

Using JavaScript create your favorite math functions. (Bonus, write the code is es5 and then write it in the latest es6 and esnext standards).

thiagocmoreira commented 6 years ago

I want to help. Can I implement any function I want?

BaReinhard commented 6 years ago

Any just follow the file structure of: /area_of_math/formula/language/file.lang @thiagocmoreira

thiagocmoreira commented 6 years ago

Okay, Thank you. I will contribute

Adroit11 commented 6 years ago

I should try this too

BaReinhard commented 6 years ago

I mean it's hard to go wrong with JavaScript 😬. Big JS fan if you can't tell.

jreina commented 6 years ago

Should I add ES5 implementations of the vector calculus stuff I submitted the other day?