| 341 | } |
| 342 | |
| 343 | shared_ptr<CoefficientFunction> floor(shared_ptr<CoefficientFunction> x) |
| 344 | { |
| 345 | return MakeStdMathFunction<GenericFloor>(x); |
| 346 | } |
| 347 | shared_ptr<CoefficientFunction> ceil(shared_ptr<CoefficientFunction> x) |
| 348 | { |
| 349 | return MakeStdMathFunction<GenericCeil>(x); |
no outgoing calls