| 437 | |
| 438 | template <class T> |
| 439 | static Euler<T> * |
| 440 | eulerConstructor5a() |
| 441 | { |
| 442 | typename Euler<T>::Order o = interpretOrder<T>(IMATH_NAMESPACE::Eulerf::Default); |
| 443 | return new Euler<T>(o); |
| 444 | } |
| 445 | |
| 446 | template <class T> |
| 447 | static Euler<T> * |
nothing calls this directly
no outgoing calls
no test coverage detected