#[unsafe(no_mangle)]pub unsafe extern "C" fn evaluate(
q: *mut CompilerResult,
args: *const f64,
nargs: usize,
outs: *mut f64,
nouts: usize,
) -> boolExpand description
Evaluates the compiled function. This is for Symbolica compatibility.
ยงSafety
it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.