Type: lib.numpy.math.SqrtArray

Namespace: lib.numpy.math

Description

Calculates the square root of the input array element-wise. math, square root, sqrt, √

Use cases:
- Normalizing data
- Calculating distances in Euclidean space
- Finding intermediate values in binary search

Properties

Property Type Description Default
values np_array Input array {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}

Outputs

Output Type Description
output (float | int | np_array)  

Metadata

Browse other nodes in the lib.numpy.math namespace.