Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create functional implementations of some math functions #75

Open
BaReinhard opened this issue Oct 3, 2017 · 2 comments
Open

Create functional implementations of some math functions #75

BaReinhard opened this issue Oct 3, 2017 · 2 comments

Comments

@BaReinhard
Copy link
Owner

Where are all the fpers at? Let's start making some fp functions of math equations. You can use any library for helping with currying, etc..., but you should be writing the math equations.

Follow the structure:
/area_of_math/formula_equation/language/file.lang
Ex: /algebra/addition/javascript/add.js

@jreina
Copy link
Contributor

jreina commented Oct 4, 2017

I'm working on the surface area functions in JavaScript. Do you want each function in its own file? e.g.
/geometry/surface_area/javascript/cone.js
/geometry/surface_area/javascript/cube.js

Or do you prefer a single file with loose functions?

@BaReinhard
Copy link
Owner Author

thats perfect! with javascript you could just export each function but since this is more educational and not a library, two separate files are perfectly fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants