https://kotlinlang.org logo
Title
h

Hullaballoonatic

05/04/2019, 4:34 AM
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

karelpeeters

05/04/2019, 6:49 AM
How would that root operator look?
\\ 3
? That looks really weird.
h

Hullaballoonatic

05/04/2019, 4:52 PM
In python it's
x // 2
can't do that on jvm though because comments, so I figured \\ would suffice
k

karelpeeters

05/04/2019, 5:13 PM
Isn't
//
integer division in Python?
h

Hullaballoonatic

05/04/2019, 5:13 PM
hahaha, is it? if it is, i fucked up a project this semester
🤦‍♂️ 1