Re: [Perldl] Degrees and Radians ?

2014-12-20 Thread Chris Marshall
I don't think that repo up to date. The current PDL CPAN devel release has this to say: pdldoc Constants NAME PDL::Constants -- basic compile time constants for PDL DESCRIPTION This module is used to define compile time constant values for PDL. It uses the constant module for

Re: [Perldl] Degrees and Radians ?

2014-12-20 Thread Chris Marshall
The standard trig functions use radians. To convert radians to degrees, divide by PI and multiply by 180. PDL::Constants includes PI and DEGRAD which may be of use. I usually cook the conversions up myself. --Chris On Sat, Dec 20, 2014 at 5:26 PM, mraptor mrap...@gmail.com wrote: Which one