15.4.1.1 GP Objects

class GP
Send the code x to the PARI gp interpreter and return the output as a string.
GP( [stacksize=], [maxread=10000], [script_subdirectory=50000000])

Instances of class GP have the following methods (in addition to inherited methods and special methods):

clear,$  $ eval_line,$  $ get,$  $ set

Further documentation:

clear( var)

Clear the variable named var.

get( var)

Get the value of the variable var.

set( var, value)

Set the variable var to the given value.

See About this document... for information on suggesting changes.