Tom Kwong Profile picture
Chad Scherrer Profile picture 1 subscribed
Aug 30, 2020 11 tweets 2 min read
The #julialang defines a number of standard constants and operators as Unicode symbols. Want to find out how to write mathy code? Continue reading this thread below.

🧵👇 Math constants and common functions:
π: pi constant
ℯ: Euler’s number
√: square root function
∛: cube root function
÷: integer division operator
⊻: XOR operator

2/11