WLJS LogoWLJS Notebook

TrigToExp

TrigToExp[expr] converts trigonometric functions in expr to exponentials.

Examples

TrigToExp[Sin[x]]
(* (E^(I x) - E^(-I x))/(2 I) *)

Please visit the official Wolfram Language Reference for more details.

On this page