Atom - ƽ
- Integer Square Root
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.