Missing erf()
skip at pobox.com
skip at pobox.com
Sun Dec 31 14:23:15 EST 2006
More information about the Python-list mailing list
Sun Dec 31 14:23:15 EST 2006
- Previous message (by thread): looking for a better way to call a file.
- Next message (by thread): Missing erf()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
rrenaud> Is there a reason why erf() is not included in the math
rrenaud> package? According to the following URL it looks like it has
rrenaud> been standard C since 1999.
Python is implemented in the C89 dialect. Maybe Python 3.0 will be
implemented using C99.
Skip
- Previous message (by thread): looking for a better way to call a file.
- Next message (by thread): Missing erf()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list