giacrs 0.1.3

Bindings to the giac/xcas library
Documentation
1
2
3
4
5
6
7
#include "utils.hpp"
#include <giac/global.h>

extern "C" void giacrs_options_set_epsilon(double e,
                                             const giac::context *ctx) {
    giac::epsilon(e, ctx);
}