math module
gombosk at vas.birosag.hu
gombosk at vas.birosag.hu
Thu Jan 10 05:00:01 EST 2002
More information about the Python-list mailing list
Thu Jan 10 05:00:01 EST 2002
- Previous message (by thread): Telnet and running commands on remote systems
- Next message (by thread): math module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a problem with math module: I import math module, because to call exp(x) or sqrt(x) does not work. Do I need anything else to do? >>> import math >>> exp(10) Traceback (most recent call last): File "<stdin>", line 1, in ? NameError: name 'exp' is not defined This is the problem... Katalin
- Previous message (by thread): Telnet and running commands on remote systems
- Next message (by thread): math module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list