Description: Return the number of combinations. Syntax: combin(n,k) Note: The number of ways of picking k elements from combinations,integer,number
Description: Get the number of days of the year, quarter or month to which the specified date belongs. Syntax: days(datespecified date,year,quarter,month,number of days,integer
Description: On integers, perform bitwise NOT operation to get the logical negation on each bit. Syntax: not(x) Note: Thinteger, bitwise not
Description: Perform bitwise OR operation on integers. Syntax: or(xi,…) or(A) Note: Bitwise OR operation on integers. Thinteger, bitwise or
Description: Perform XOR operation on integers. Syntax: xor(xi,…) xor(A) Note: The function performs XOR operation on ininteger, xor operation
Description: Divide two long integers/real numbers and get the remainder or an integer result. Syntax: x%y Divide x byinteger, mod operation, integer part