7 lines
94 B
C++
7 lines
94 B
C++
#include "ArcTan.h"
|
|
|
|
double MbD::ArcTan::getValue()
|
|
{
|
|
return std::atan(xx->getValue());
|
|
}
|