-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
enhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixjit-backlogoncall: jitAdd this issue/PR to JIT oncall triage queueAdd this issue/PR to JIT oncall triage queuetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
[jit] Python math module support
The python math module is often used in numerical code. It would be nice to support it. I've divided up the math module into relatively higher priority and lower priority functions below.
Higher-pri:
- acos
- asin
- atan
- atan2
- cos
- fmod
- modf
- remainder
- sin
- tan
- ceil
- exp
- floor
- log
- log10
- log1p
- log2
- pow
- sqrt
Lower-Pri
- asinh
- atanh
- copysign
- acosh
- degrees
- erf
- erfc
- expm1
- fabs
- factorial
- frexp
- fsum
- gamma
- gcd
- isclose
- isfinite
- isinf
- isnan
- ldexp
- lgamma
- radians
- sinh
- cosh
- tanh
- trunc
- hypot
jayzhan211
Metadata
Metadata
Assignees
Labels
enhancementNot as big of a feature, but technically not a bug. Should be easy to fixNot as big of a feature, but technically not a bug. Should be easy to fixjit-backlogoncall: jitAdd this issue/PR to JIT oncall triage queueAdd this issue/PR to JIT oncall triage queuetriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module