sqrt#

rbc.stdlib.elementwise_functions.sqrt(a)#

Calculates the square root, having domain [0, +infinity] and codomain [0, +infinity], for each element x_i of the input array x.

Array-API ‘sqrt’ doc