Project

General

Profile

$and » History » Revision 6

Revision 5 (Per Amundsen, 06/27/2014 02:29 PM) → Revision 6/7 (Per Amundsen, 09/09/2020 10:02 AM)

_Added in 1.9.0_ 

 *$and(A,B)* 

 Returns binary A & B. 

 Both parameters can be 64 bit longs. 

 _Supports "Big Integers":https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic_ 

 *Parameters* 

 A - First number. 
 B - Second number. 

 *Example* 

 <pre> 
 ;Returns 4 
 //echo -ag $and(5,4)  
 </pre>