Name:
perturb
indicates random perturbation of sampling points for
externalplot
Library names:
sollya_obj_t sollya_lib_perturb()
int sollya_lib_is_perturb(sollya_obj_t)
Usage:
perturb
:
perturb
Description:
The use of
perturb
in the command
externalplot
enables the addition of some random noise around each sampling point in
externalplot
.
See
externalplot
for details.
Example 1:
> bashexecute("gcc -fPIC -c externalplotexample.c");
> bashexecute("gcc -shared -o externalplotexample externalplotexample.o -lgmp -lmpfr");
> externalplot("./externalplotexample",relative,exp(x),[-1/2;1/2],12,perturb);
See also:
externalplot
,
absolute
,
relative
,
bashexecute
Go back to the list of commands