Query: gmp_abs
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GMP_ABS(3) 1 GMP_ABS(3) gmp_abs - Absolute valueSYNOPSISGMP gmp_abs (GMP $a)DESCRIPTIONGet the absolute value of a number.PARAMETERSo $a -Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number.RETURN VALUESReturns the absolute value of $a, as a GMP number.EXAMPLESExample #1 gmp_abs(3) example <?php $abs1 = gmp_abs("274982683358"); $abs2 = gmp_abs("-274982683358"); echo gmp_strval($abs1) . " "; echo gmp_strval($abs2) . " "; ?> The above example will output: 274982683358 274982683358 PHP Documentation Group GMP_ABS(3)
Related Man Pages |
---|
dechex(3) - php |
gmp_div_q(3) - php |
gmp_div_qr(3) - php |
gmp_gcdext(3) - php |
gmp_hamdist(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
Please Welcome Don Cragun as Lead Moderator |
Denial Of Service Attack Update |
Please Welcome Nicki Paul to the Moderator Team! |