Julia Programming Language
The "Natural" Exponential "e" in Julia
New to Julia
mbauman
August 26, 2019, 1:42pm
2
ℯ^2x
That’s using the unicode
ℯ
, written
\euler
tab
. Or you can just do
exp(2x)
.
13 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Exponential matrix calculation with the exp() function vs procedure with the use of the eigen() function
New to Julia
question
,
linearalgebra
7
7497
October 22, 2020
Vector as exponent with the Euler's number basis
New to Julia
3
575
July 12, 2022
How to type a latex formula in editor Atom when using Julia?
General Usage
6
1044
June 17, 2019
Is `exp` implemented with an LLVM intrinsic?
Internals & Design
2
866
November 9, 2018
Integer equivalent of `e` notation
General Usage
1
160
May 23, 2024