Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28495 views
License: GPL3
ubuntu2004
Function: -_
Help: -_: negate argument
Section: symbolic_operators
C-Name: gneg
Prototype: G
Description:
 (small):small:parens           -$(1)
 (int):int                      negi($1)
 (real):real                    negr($1)
 (mp):mp                        mpneg($1)
 (gen):gen                      gneg($1)

 (Fp):Fp     Fp_neg($1, p)
 (FpX):FpX   FpX_neg($1, p)
 (Fq):Fq     Fq_neg($1, T, p)
 (FqX):FqX   FqX_neg($1, T, p)