Log10() public static method

public static Log10 ( Function f ) : Unary
f Function
return Unary
Beispiel #1
0
 public static new CachedFunction Log10(Function f)
 {
     return(new CachedFunction(Function.Log10(f)));
 }