WLJS LogoWLJS Notebook

Sin

Sin[z] gives the sine of z.

Examples

Sine of common angles:

Sin[Pi/6]
(* 1/2 *)

Sin[Pi/2]
(* 1 *)

Numerical evaluation:

Sin[1.0]
(* 0.841471 *)

Please visit the official Wolfram Language Reference for more details.

On this page