| 282 | } |
| 283 | |
| 284 | shared_ptr<CoefficientFunction> sin(shared_ptr<CoefficientFunction> x) |
| 285 | { |
| 286 | return MakeStdMathFunction<GenericSin>(x); |
| 287 | } |
| 288 | shared_ptr<CoefficientFunction> cos(shared_ptr<CoefficientFunction> x) |
| 289 | { |
| 290 | return MakeStdMathFunction<GenericCos>(x); |
no outgoing calls