Name:
relative
indicates a relative error for
externalplot
or
fpminimax
Usage:
relative
:
absolute|relative
Description:
The use of
relative
in the command
externalplot
indicates that during plotting in
externalplot
a relative error is to be considered.
See
externalplot
for details. Used with
fpminimax
,
relative
indicates that
fpminimax
must try to minimize the relative error.
See
fpminimax
for details.
Example 1:
> bashexecute("gcc -fPIC -c externalplotexample.c");
> bashexecute("gcc -shared -o externalplotexample externalplotexample.o -lgmp -lmpfr");
> externalplot("./externalplotexample",absolute,exp(x),[-1/2;1/2],12,perturb);
See also:
externalplot
,
fpminimax
,
absolute
,
bashexecute