Files
solver/MbDCode/ArcTan.cpp
2023-07-30 12:08:39 -06:00

7 lines
94 B
C++

#include "ArcTan.h"
double MbD::ArcTan::getValue()
{
return std::atan(xx->getValue());
}