We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Idioms (textile)
Less verbose
Make cross dyadic
I think this cross was just wrong.
Clearer?
A little nicer by using dot-apply to use dyad with converge.
Add 3x3 determinant because it’s pretty along with analogous cross product
Add non-recursive GCD
I missed that these exist as _sv and _vs
Ever so slightly nicer. Skip the flipping of the x and y args.
Add filling to the left. (Useful for digit expansions from vs below.)
Add conversion routines available in later versions of K
Reduced digit sum worked but was tough to grok with the unnecessary parentheses and over operator.
Code!
Add fill to length. e.g. fill list with zeroes up to length
Add histogram function
? has been moved to _draw
Better to reference K by example.
There's probably a better way, but I thought having something is better than not.
my addition (previously added) is not as idiomatic, I think
another delete leading blanks variant
adding a few basic vector operations