Vocabularymath.
vectorsInputsv | a sequence of non-negative real numbers |
Outputsw | 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