Re: Trig Functions "to-radians" and "from-radians"

2015-03-17 Thread Tom Browder
On Tue, Mar 17, 2015 at 1:54 PM, Paul Cochrane wrote: > Hi Tom, > > On Tue, Mar 17, 2015 at 12:52:42PM -0500, Tom Browder wrote: >> Those two functions are documented here: >> >> http://design.perl6.org/S32/Numeric.html#Trigonometric_functions >> >> but I have tried to use them with no luck: >> >>

Re: Trig Functions "to-radians" and "from-radians"

2015-03-17 Thread Paul Cochrane
Hi Tom, On Tue, Mar 17, 2015 at 12:52:42PM -0500, Tom Browder wrote: > Those two functions are documented here: > > http://design.perl6.org/S32/Numeric.html#Trigonometric_functions > > but I have tried to use them with no luck: > > say 10.to-radians(Degrees); > > Undeclared name: > Degre

Trig Functions "to-radians" and "from-radians"

2015-03-17 Thread Tom Browder
Those two functions are documented here: http://design.perl6.org/S32/Numeric.html#Trigonometric_functions but I have tried to use them with no luck: say 10.to-radians(Degrees); Undeclared name: Degrees used at line 9 So how does one use the two functions? Best, -Tom