And as an aside... It's so hard to make linear alg...
# announcements
h
And as an aside... It's so hard to make linear algebra related code elegant, succinct, and optimal in runtime. oh, and i'm still really hoping for pow
**
and root
\\
operators (is backslash ever used outside of character and strings?).
k
How would that root operator look?
\\ 3
? That looks really weird.
h
In python it's
x // 2
can't do that on jvm though because comments, so I figured \\ would suffice
k
Isn't
//
integer division in Python?
h
hahaha, is it? if it is, i fucked up a project this semester
🤦‍♂️ 1