Skip to content

math.exp2 function implemented #1557

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

Closed
wants to merge 1 commit into from
Closed

Conversation

tareknaser
Copy link
Contributor

Adding math.exp2

Description

exp2 is one of the power and logarithmic functions that are new in version 3.11.
The function simply returns 2 raised to the power x.

Related to #200

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Added an integration test in test_math.py

Test Configuration:

  • Firmware version: Ubuntu 20.04.5 LTS

@tareknaser tareknaser closed this Mar 1, 2023
@certik
Copy link
Contributor

certik commented Mar 1, 2023

@tareknaser360 thanks. Why did you close the PR?

@tareknaser
Copy link
Contributor Author

This didn't pass the CI tests.
I also noticed that the same function was discussed in #564
My bad :)

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