Log10() public static méthode

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