lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 157 forks source link

Add math.sumprod() , math.frexp() , and math.isclose() #2594

Closed farah-salama closed 3 months ago

farah-salama commented 4 months ago

Added functions

Testing

Tests are added in test_math.py to ensure the correctness of each function.

kmr-srbh commented 4 months ago

Hello @farah-salama! Welcome to LPython! Thanks for this PR.

Please update the test references by running

./run_tests.py -u