ID: 15837 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *Math Functions Operating System: Linux - Red Hat 7.2 PHP Version: 4.1.2 New Comment:
The gpm function gpm_powm() doesn't work !! For example: $x = gmp_init(10); $y = gmp_init(15); $m = gmp_init(20); $assoc = gmp_powm($x,$y,$m); gmp_powm($x,$y,$m)) doesn't return anything. Previous Comments: ------------------------------------------------------------------------ [2002-03-02 14:39:53] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". ------------------------------------------------------------------------ [2002-03-02 14:14:13] [EMAIL PROTECTED] The gpm function gpm_powm() doesn't work right. If you try to use it, it doesn't return the value. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15837&edit=1
