WLJS LogoWLJS Notebook

ArcCosDegrees

ArcCosDegrees[z] gives the arc cosine in degrees of the complex number z.

Examples

Get arc cosine in degrees:

ArcCosDegrees[0.5]
(* 60. *)

Compare with ArcCos:

ArcCosDegrees[0] 
(* 90 *)

Please visit the official Wolfram Language Reference for more details.

On this page