예제 #1
0
파일: np.math.cs 프로젝트: lulzzz/NumSharp
 /// <summary>
 /// Return the non-negative square-root of an array, element-wise.
 /// </summary>
 public static NDArray sqrt(NDArray x)
 => x.sqrt();