12 std::string
plot(
const std::function<T(T)>& f, T from = 0.0, T to = 1.0,
unsigned int n = 10)
const;
14 std::string
operator()(
const std::function<T(T)>& f, T from = 0.0, T to = 1.0,
unsigned int n = 10)
const;
std::string operator()(const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const
virtual ~Plotter()=default
std::string plot(const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const