| 331 | return MakeStdMathFunction<GenericExp>(x); |
| 332 | } |
| 333 | shared_ptr<CoefficientFunction> log(shared_ptr<CoefficientFunction> x) |
| 334 | { |
| 335 | return MakeStdMathFunction<GenericLog>(x); |
| 336 | } |
| 337 | |
| 338 | shared_ptr<CoefficientFunction> erf(shared_ptr<CoefficientFunction> x) |
| 339 | { |
no outgoing calls