-----------------------------------------------------------------------------
| 997 | Real AutoParamDataSource::getTime_0_1( Real x ) const { return this->getTime_0_X( x ) / x; } |
| 998 | //----------------------------------------------------------------------------- |
| 999 | Real AutoParamDataSource::getCosTime_0_1( Real x ) const |
| 1000 | { |
| 1001 | return std::cos( this->getTime_0_1( x ) ); |
| 1002 | } |
| 1003 | //----------------------------------------------------------------------------- |
| 1004 | Real AutoParamDataSource::getSinTime_0_1( Real x ) const |
| 1005 | { |
no test coverage detected