Skip to content

Instantly share code, notes, and snippets.

@dpoulopoulos
Created September 27, 2021 15:57
Show Gist options
  • Save dpoulopoulos/cad116ded52a9ae65dc61b89777fefa8 to your computer and use it in GitHub Desktop.
Save dpoulopoulos/cad116ded52a9ae65dc61b89777fefa8 to your computer and use it in GitHub Desktop.
from _libmath import lib
x = lib.sqrt(4.5)
print(F"The square root of 4.5 is {x}.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment