Exemplo n.º 1
0
 /// <summary>Returns the arc cosine of the value at index location 0.</summary>
 public virtual double Of(double[] d, int numParam)
 {
     return(MyMath.Acos(d[0]));
 }