This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients Michael.Gilbert, belopolsky, eric.smith, lemburg, mark.dickinson, rhettinger, stutzbach
Date 2010-09-21.14:43:56
SpamBayes Score 0.00021517291
Marked as misclassified No
Message-id <1285080238.77.0.318349411745.issue9906@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC, trigonometric functions, such as sin or cos, are not considered "elementary" in the real domain.

The problem with this proposal is where to stop.  Right now the line is drawn somewhere at __abs__ and __pow__.  If you add __sin__ and __cos__, you would probably want to include __tan__ and the inverses to all three of sin, cos and tan.  What about hyperbolic functions: sinh, cosh, tanh, etc?  These are actually "elementary" in the usual sense.

-1 and the proper forum for such suggestions in python-ideas rather then the bug tracker.
History
Date User Action Args
2010-09-21 14:43:58belopolskysetrecipients: + belopolsky, lemburg, rhettinger, mark.dickinson, eric.smith, stutzbach, Michael.Gilbert
2010-09-21 14:43:58belopolskysetmessageid: <1285080238.77.0.318349411745.issue9906@psf.upfronthosting.co.za>
2010-09-21 14:43:57belopolskylinkissue9906 messages
2010-09-21 14:43:56belopolskycreate