function bc_is_even($int_str) {
return (int)!($int_str & 1);
}
More resource efficient version of 'bc_is_even'.
bcmod说明string bcmod ( string left_operand, string modulus )
Get the modulus of the
sebas at stageprikbord dot nl
27-Mar-2007 02:53
function bc_is_even($int_str) {
jmullan at visi dot com
24-Jul-2006 10:12
<?php
cristianDOTzuddas]NOSPAM[gmailDOTcom
24-Jul-2005 10:45
BC Math is really cool, but has only 10 functions. So we MUST write other BC functions and share the code.
lauris at night dot lt
23-Dec-2003 04:04
<?php
| ||