Vocabularymath.
vectorsInputs| v | a sequence of non-negative real numbers |
Outputs| w | a sequence of non-negative real numbers |
Word descriptionTakes the square root of each element of
v.
WarningFor performance reasons, this does not work with negative inputs, unlike
sqrt.
DefinitionMethods