Jump to content

Euler's identity: Difference between revisions

No edit summary
Line 692:
exp(1i * pi) + 1</lang>
{{out}}<pre>0+1.224606e-16i</pre>
 
Symbolically with the Ryacas package (on CRAN):
<lang R>library(Ryacas)
as_r(yac_str("Exp(I * Pi) + 1"))</lang>
{{out}}<pre>0</pre>
 
=={{header|Racket}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.