// numerical-minimal-example.cpp

#include <hippnumerical.h>                  // [1]

using namespace HIPP;
using namespace std;
namespace nu = HIPP::NUMERICAL;             // [2]

int main(int argc, char const *argv[])
{
    // use the library
    return 0;
}
