Here's the code:
Code: Select all
* @test
* \n test for the sines and cosines
* \f[|\sin \phi_{G1150}-\sin \phi|<10^{-11}\f]
* \f[|\cos \phi_{G1150}-\cos \phi|<10^{-11}\f]
* @test
* test for Not-a-Number at the center
* \f[\sin \phi(0,0,0) != NaN\f]
* \f[\cos \phi(0,0,0) != NaN\f]
*/
static void sinLatitude(const double& r,
const double& z,
double& sLat,
double& cLat,
const double& re,
const double& s );
Member EARTH::PlanetographicLocation::sinLatitude(const double &r, const double &z, double &sLat, double &cLa
test for the sines and cosines
| sin φG1150 - sin φ| < 10-11
| cos φG1150 - cos φ| < 10-11
Member EARTH::PlanetographicLocation::sinLatitude(const double &r, const double &z, double &sLat, double &cLa
test for Not-a-Number at the center
sin φ (0, 0, 0)! = NaN
cos φ (0, 0, 0)! = NaN
The lines beginning with "Member" are running through the margin and off the page. I'm losing the last two arguments of the function and part of the third argument. I've tried using \newline, \allowbreak and \vspace with no success.
I'd appreciate any ideas that you may have on how to solve this. Thanks.