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