puts( 2.2.ceil() )puts( 2.7.floor() )puts( 2**10 )puts( Math::PI )
Standard input is empty
3 2 1024 3.141592653589793
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!