import Math ; // Import the Math standard library float value = sin( PI/2.0 ) ; // sin(/2), or sin(90) = 1 print( value ) ;