degrees and radians.

Raymond Hettinger python at rcn.com
Mon May 6 16:50:34 EDT 2002


> I am trying to get the math module to deal with degrees rather than
> radians. (that it deals with radians for the angular functions like
> sin() isn't mentioned in the docs, which was sort of an eyeopener :)  I
> can't find any info on doing this. I can convert from-to degrees in the
> code calling the function, but that's a bit clunky. Any pointers to an
> FM to R? :)

There is a patch for adding degree/radian conversions.
See http://www/python.org/sf/552452


Raymond Hettinger






More information about the Python-list mailing list