pelemay icon indicating copy to clipboard operation
pelemay copied to clipboard

Support some float and math functions

Open zacky1972 opened this issue 4 years ago • 1 comments

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 avatar Oct 29 '19 03:10 zacky1972

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

zacky1972 avatar Feb 07 '20 05:02 zacky1972