| 314 | return MakeStdMathFunction<GenericSinh>(x); |
| 315 | } |
| 316 | shared_ptr<CoefficientFunction> cosh(shared_ptr<CoefficientFunction> x) |
| 317 | { |
| 318 | return MakeStdMathFunction<GenericCosh>(x); |
| 319 | } |
| 320 | shared_ptr<CoefficientFunction> asinh(shared_ptr<CoefficientFunction> x) |
| 321 | { |
| 322 | return MakeStdMathFunction<GenericASinh>(x); |
no outgoing calls
no test coverage detected