|
|||||||
|
|
bcpowmodDescriptionstring bcpowmod ( string x, string y, string modulus [, int scale])Use the fast-exponentiation method to raise x to the power y with respect to the modulus modulus. The optional scale can be used to set the number of digits after the decimal place in the result. The following two statements are functionally identical. The bcpowmod() version however, executes in less time and can accept larger parameters.
| ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP マニュアル". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |