Exemplo n.º 1
0
 /// <summary>
 /// Calculates the square root of all elements.
 /// </summary>
 /// <returns></returns>
 public InstantVector Sqrt()
 {
     return(AddAction(SqrtFunction.Create()));
 }