Testing latest pari + WASM + node.js... and it works?! Wow.
License: GPL3
ubuntu2004
Function: _+_ Section: symbolic_operators C-Name: gadd Prototype: GG Help: x+y: sum of x and y. Description: (lg, 1):small:parens $(1) (small, small):small:parens $(1) + $(2) (lg, small):lg:parens $(1) + $(2) (small, lg):lg:parens $(1) + $(2) (int, small):int addis($1, $2) (small, int):int addsi($1, $2) (int, int):int addii($1, $2) (real, small):real addrs($1, $2) (small, real):real addsr($1, $2) (real, real):real addrr($1, $2) (mp, real):real mpadd($1, $2) (real, mp):real mpadd($1, $2) (mp, mp):mp mpadd($1, $2) (gen, small):gen gaddgs($1, $2) (small, gen):gen gaddsg($1, $2) (gen, gen):gen gadd($1, $2) (Fp, Fp):Fp Fp_add($1, $2, p) (FpX, Fp):FpX FpX_Fp_add($1, $2, p) (Fp, FpX):FpX FpX_Fp_add($2, $1, p) (FpX, FpX):FpX FpX_add($1, $2, p) (Fq, Fq):Fq Fq_add($1, $2, T, p) (FqX, Fq):FqX FqX_Fq_add($1, $2, T, p) (Fq, FqX):FqX FqX_Fq_add($2, $1, T, p) (FqX, FqX):FqX FqX_add($1, $2, T, p)