FunctionsMathlog2Returns the base-2 logarithm for each positive numeric input. log2(…) → Float64 Kind · scalar Returns the base-2 logarithm for each positive numeric input. Part of the Math family.log10Returns the base-10 logarithm for each positive numeric input.modReturns the remainder of integer division x % y. Inputs must be integral and divisor must be non-zero.