diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -35653,6 +35653,26 @@ and reduced to the least positive residue modulo .metn modulus . +.coNP Function @ square +.synb +.mets (square << argument ) +.syne +.desc +The +.code square +function returns the product of +.meta argument +with itself. The following +equivalence holds, except that +.code x +is evaluated only once in the the +.code square +expression: + +.cblk + (square x) <--> (* x x) +.cble + .coNP Function @ cum-norm-dist .synb .mets (cum-norm-dist << argument ) |