Home | History | Annotate | Download | only in Lib

Lines Matching refs:TWOPI

59 TWOPI = 2.0*_pi

460 return TWOPI * random()
480 theta = (mu % TWOPI) + _acos(f)
482 theta = (mu % TWOPI) - _acos(f)
592 x2pi = random() * TWOPI