HP Forums

Full Version: Casio fx-CG-50 Python Import Error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my fx-CG50, this works
Code:
import math
print(math.sqrt(2))

but this doesn't:
Code:
from math import *
print(sqrt(2))

Does it work for anyone else?
Reference URL's