Atom - ƽ - Integer Square Root

Characters: Æ , ½

Tags: arithmetic , math , number , vectorize

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Compute the integer square root of z.

Details

If z is negative, return z. Errors on complex inputs.