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)]].