Help for this page

Select Code to Download


  1. or download this
    say 75°.radians; # yes the ° is a custom constructor. alternatively Ma
    +th::Angle.new(degrees=>75).radians;
    
  2. or download this
    ok 75° < Math::Angle.new(radians => pi);
    
  3. or download this
    ok 75° + 75° == 150°;