Hacker News new | ask | show | jobs
by koolala 746 days ago
Does it support imaginary numbers or did they take them out like everyone else...
1 comments

J supports them well, so I'd guess K does too.

And many programming languages do, for example C# and Racket. I have a feeling it isn't very hard to implement, since that's what you typically do if you need complex numbers in Java.