https://gitlab.inria.fr/line/aide-group/macrovsa
Tip revision: 31a87d848f8ab28a06ccf77d0b359fc966974138 authored by vthierry on 15 December 2025, 21:31:50 UTC
sync from makefile
sync from makefile
Tip revision: 31a87d8
Belief.cpp
#include "Belief.hpp"
#include "std.hpp"
namespace macrovsa {
std::string Belief::asString() const
{
return aidesys::echo("%.2g±%.2g", tau, sigma);
}
}
