Re: Sinus and PI in perl

2004-11-24 Thread Owen Cook
-- On Wed, 24 Nov 2004, Bastian Angerstein wrote: > > in an excel sheet I use: > =SIN((2*PI()/96)*1) > =SIN((2*PI()/96)*2) etc... > > my question is how to get this function in perl? > > The Results are values (in the example max. 96) on the Y-Axes of the > Sinuswave. > > BTW: > I want to

Sinus and PI in perl

2004-11-24 Thread Bastian Angerstein
Hello, in an excel sheet I use: =SIN((2*PI()/96)*1) =SIN((2*PI()/96)*2) etc... my question is how to get this function in perl? The Results are values (in the example max. 96) on the Y-Axes of the Sinuswave. BTW: I want to replace the 96 (measuringpoints) and the multiplication value with varia