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

Support some float and math functions #85

Open
zacky1972 opened this issue Oct 29, 2019 · 1 comment
Open

Support some float and math functions #85

zacky1972 opened this issue Oct 29, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@zacky1972
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Mathematical calculation requires some float and math functions.

Describe the solution you'd like
Support the following functions:

  • abs/1
  • div/2
  • min/2
  • max/2
  • Enum.min_max/1
  • round/1
  • Float.round/2
  • :math.pi/0
  • :math.sin/1
  • :math.cos/1
  • :math.tan/1
  • :math.sqrt/1
  • :math.pow/2
  • :math.exp/1
  • :math.log/1
  • :math.log10/1
  • :math.log2/1

and so on

Describe alternatives you've considered
None.

Additional context
None.

@zacky1972 zacky1972 added the enhancement New feature or request label Oct 29, 2019
@zacky1972 zacky1972 added this to the 0.1.0 milestone Oct 29, 2019
@zacky1972 zacky1972 modified the milestones: 0.1.0 old, 0.1.0 Feb 7, 2020
@zacky1972
Copy link
Collaborator Author

zacky1972 commented Feb 7, 2020

:math.exp/1
:rand
Enum.zip
List.zip
Tuple.to_list (for dot)
Enum.chunk_every
support NumPy.atleast_2d
Support Numexy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant