Atom - ị
- Element At Index
Characters: ị
Tags: array , number , vectorize
Arity: dyadic
This atom is dyadic, which means it takes two arguments.
Functionality
Return the element of y
at index x
. If x
isn't an integer, return [y[floor(x)], y[ceil(x)]]
.