(rontolisp) docs
← Functions

linalg:sqrt

(linalg:sqrt array)

Returns a fresh array of the same shape with the square root of every element (numpy's np.sqrt) -- equivalent to (linalg:emap #'sqrt array), but as a named function it is accelerated under --simd.