import java.lang.Math; import static java.lang.Math.sin; ... double theta = Math.atan2( y, x ); double s = sin( g );