mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 09:34:06 +00:00
ADL for AlmostEqual* and use math:: instead of base:: (#9634)
* ADL for AlmostEqual* and use math:: instead of base:: Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
82133c5743
commit
30718e106e
@@ -317,7 +317,7 @@ int main(int argc, char * argv[])
|
||||
("Cumulative moving average, variance and standard deviation for each extrapolation:"));
|
||||
for (size_t i = 0; i < extrapolationNumber; ++i)
|
||||
{
|
||||
double const variance = squareMes.Get()[i].Get() - base::Pow2(mes.Get()[i].Get());
|
||||
double const variance = squareMes.Get()[i].Get() - math::Pow2(mes.Get()[i].Get());
|
||||
LOG(LINFO,
|
||||
("Extrapolation", i + 1, ",", Extrapolator::kExtrapolationPeriodMs * (i + 1),
|
||||
"seconds after point two. Cumulative moving average =", mes.Get()[i].Get(), "meters.",
|
||||
|
||||
Reference in New Issue
Block a user