ExpToTrig[expr]
converts exponentials in expr to trigonometric functions.
ExpToTrig
ExpToTrig[expr]
converts exponentials in expr to trigonometric functions.
Examples
open all close allBasic Examples (2)
Scope (6)
Convert from exponentials to trigonometric functions:
ExpToTrig[2 ^ (I x)]Convert from exponentials to hyperbolic functions:
ExpToTrig[3 ^ x - 3 ^ -x]Convert from logarithms to inverse trigonometric functions:
ExpToTrig[Log[1 + I x] - Log[1 - I x]]Convert from logarithms to inverse hyperbolic functions:
ExpToTrig[Log[2 + x] - Log[2 - x]]ExpToTrig converts rational powers of
to the equivalent trigonometric expressions:
ExpToTrig[(-1) ^ (5 / 7)]ExpToTrig threads elementwise over lists, equations, inequalities and Boolean operators:
ExpToTrig[{Exp[I * x] == -1, (-1) ^ (1 / 11)}]ExpToTrig[E ^ x ≤ 11 && 3 ^ (I x) == 7]Applications (2)
Properties & Relations (3)
ExpToTrig converts rational powers of
to the equivalent trigonometric expressions:
ExpToTrig[(-1) ^ (1 / 16)]FunctionExpand represents the trigonometric expressions in terms of radicals:
FunctionExpand[%]ExpToTrig is the inverse of TrigToExp:
TrigToExp[Sin[x]]ExpToTrig[%]ExpToTrig threads element‐wise over lists, equations, inequalities and logic functions:
ExpToTrig[Exp[I * x] == -1]See Also
Related Guides
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1996), ExpToTrig, Wolfram Language function, https://reference.wolfram.com/language/ref/ExpToTrig.html (updated 2007).
CMS
Wolfram Language. 1996. "ExpToTrig." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/ExpToTrig.html.
APA
Wolfram Language. (1996). ExpToTrig. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExpToTrig.html
BibTeX
@misc{reference.wolfram_2026_exptotrig, author="Wolfram Research", title="{ExpToTrig}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/ExpToTrig.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_exptotrig, organization={Wolfram Research}, title={ExpToTrig}, year={2007}, url={https://reference.wolfram.com/language/ref/ExpToTrig.html}, note=[Accessed: 13-June-2026]}