Skip to content

Instantly share code, notes, and snippets.

@Bennykillua
Last active July 2, 2022 09:04
Show Gist options
  • Save Bennykillua/e7482f05ddf1bb410ef6373ec948ec6a to your computer and use it in GitHub Desktop.
Save Bennykillua/e7482f05ddf1bb410ef6373ec948ec6a to your computer and use it in GitHub Desktop.
SciPy Open Source
from scipy import special
#exponential Function
x = special.exp10(1)
print(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment