Formatting

This commit is contained in:
Klaus Basan
2018-03-19 23:29:40 +01:00
parent 8df74ce0e6
commit 06b07ac4c6
4 changed files with 45 additions and 62 deletions

View File

@@ -86,12 +86,12 @@ namespace BlackMisc
double CAngle::piFactor() const
{
return BlackMisc::Math::CMathUtils::round(this->value(CAngleUnit::rad()) / BlackMisc::Math::CMathUtils::PI() , 6);
return Math::CMathUtils::round(this->value(CAngleUnit::rad()) / Math::CMathUtils::PI(), 6);
}
const double &CAngle::PI()
{
return BlackMisc::Math::CMathUtils::PI();
return Math::CMathUtils::PI();
}
double CAngle::sin() const