Testing latest pari + WASM + node.js... and it works?! Wow.
License: GPL3
ubuntu2004
Function: _err_primes
Class: gp2c_internal
Description:
():void pari_err(e_MAXPRIME)
Function: _err_type
Class: gp2c_internal
Description:
(str,gen):void pari_err_TYPE($1,$2)
Function: error
Section: programming/specific
C-Name: error0
Prototype: vs*
Help: error({str}*): abort script with error message str.
Description:
(error):void pari_err(0, $1)
(?gen,...):void pari_err(e_MISC, "${2 format_string}"${2 format_args})
Doc: outputs its argument list (each of
them interpreted as a string), then interrupts the running \kbd{gp} program,
returning to the input prompt. For instance
\bprog
error("n = ", n, " is not squarefree!")
@eprog\noindent
% \syn{NO}