Acos() public static méthode

public static Acos ( Function f ) : Unary
f Function
Résultat Unary
Exemple #1
0
 public static new CachedFunction Acos(Function f)
 {
     return(new CachedFunction(Function.Acos(f)));
 }