Exp() public static method

public static Exp ( Function f ) : Unary
f Function
return Unary
コード例 #1
0
 public static new CachedFunction Exp(Function f)
 {
     return(new CachedFunction(Function.Exp(f)));
 }