WLJS LogoWLJS Notebook

Cos

Cos[z] gives the cosine of z.

Examples

Cosine of common angles:

Cos[Pi/3]
(* 1/2 *)

Cos[Pi]
(* -1 *)

Numerical evaluation:

Cos[1.0]
(* 0.540302 *)

Please visit the official Wolfram Language Reference for more details.

On this page