You must provide arguments to functions. This function requires only one argument, e.g.
This does not work:
a = sin( 1, 2, 3 );
The sine function requires only one argument:
a = sin( Plane.Pitch_X );
Xpressionist 3