[Python-ideas] Fwd: Trigonometry in degrees
Chris Barker - NOAA Federal
chris.barker at noaa.gov
Sat Jun 23 17:20:31 EDT 2018
>> However -- if this is really such a good idea -- wouldn't someone have make
>> a C lib that does it? Or has someone? Anyone looked?
>
> No, there's nothing magical about C. You can do it in pure Python.
Sure, but there are a number of FP subtleties around the edge cases.
So wrapping (or translating) an existing (well thought out) lib might
be an easier way to go.
-CHB
More information about the Python-ideas
mailing list