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

[Add math functions] Adding exp exp2 expm1 and fma math function #232

Merged
merged 4 commits into from
Jun 3, 2024

Conversation

pratikmota
Copy link
Contributor

@pratikmota pratikmota commented Jun 2, 2024

Changes:

  1. Adding support for exp, exp2 and expm1 math function
  2. Adding support for FMA math function
  3. Adding test cases for all new math functions

Testing:
Rye command testing:
image

Test cases verification:
image

@pratikmota pratikmota marked this pull request as ready for review June 2, 2024 09:11
@pratikmota pratikmota changed the title [Add math functions] Adding exp exp2 and expm1 math function [Add math functions] Adding exp exp2 expm1 and fma math function Jun 2, 2024
@refaktor refaktor merged commit 1b21f90 into refaktor:main Jun 3, 2024
7 checks passed
@refaktor
Copy link
Owner

refaktor commented Jun 3, 2024

Nice and thanks for the tests!

@pratikmota pratikmota deleted the mathfunc-part-7 branch June 23, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants