elm / core

Elm's core libraries
http://package.elm-lang.org/packages/elm/core/latest
BSD 3-Clause "New" or "Revised" License
2.8k stars 359 forks source link

Math module #1088

Open dullbananas opened 4 years ago

dullbananas commented 4 years ago

Basics module contains many functions and constants such as pi snd cos which should go in a separate Math module

github-actions[bot] commented 4 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

rlefevre commented 4 years ago

Hi.

You don't actually present any argument in favor of such a change.
"should" is not an argument.

dullbananas commented 4 years ago
dullbananas commented 3 years ago

This can also help make Elm more familiar to users of JavaScript, where many math functions are static methods of the Math object