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
Vector as exponent with the Euler's number basis
New to Julia
3
579
July 12, 2022
Is there a fast way to evaluate the exp() function in Julia?
Performance
question
10
1798
February 12, 2022
Value of e
General Usage
question
3
9069
October 6, 2018
How to type a latex formula in editor Atom when using Julia?
General Usage
6
1055
June 17, 2019
Question in Strings.ipynb
General Usage
2
286
July 5, 2021