gmp_abs(3) php man page | unix.com

Man Page: gmp_abs

Operating Environment: php

Section: 3

GMP_ABS(3)								 1								GMP_ABS(3)

gmp_abs - Absolute value

SYNOPSIS
GMP gmp_abs (GMP $a)
DESCRIPTION
Get the absolute value of a number.
PARAMETERS
o $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 VALUES
Returns the absolute value of $a, as a GMP number.
EXAMPLES
Example #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
gmp_gcdext(3) - php
gmp_prob_prime(3) - php
gmp_random(3) - php
pow(3) - php
math::gmp(3pm) - debian
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!