[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Usage of math.rad/math.deg
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 9 Jul 2007 22:49:30 -0300
> Does anyone use these functions? It seems very inefficient to be calling
> a function in order to perform a simple math function (that will never
> do anything different than it does now).
How frequently do you intend to use these functions? If you want to use
trigonometric functions in degrees then I suggest you adapt the math
library to do the conversion in the fly. --lhf