Lines Matching refs:Returns

2129 Returns an object given a byte string representing the number. The byte string
2135 Returns an object given a string STR, a base BASE, and a collation sequence
2178 Returns an object given an array of values and a base. This method is
2194 Addition. Returns the result of adding OBJ2 to OBJ1.
2198 Multiplication. Returns the result of multiplying OBJ2 and OBJ1.
2210 Subtraction. Returns the result of subtracting OBJ2 by OBJ1. If C<flag> is false
2215 Signed addition. Returns the result of adding OBJ2 with sign SIGN2 to OBJ1 with
2222 Signed subtraction. Returns the result of subtracting OBJ2 with sign SIGN2 to
2229 Returns the result after decrementing OBJ by one.
2233 Returns the result after incrementing OBJ by one.
2237 Returns OBJ1 modulo OBJ2, i.e., the remainder after dividing OBJ1 by OBJ2.
2241 Returns the square root of OBJ, truncated to an integer.
2245 Returns the Nth root of OBJ, truncated to an integer.
2249 Returns the factorial of OBJ, i.e., the product of all positive integers up to
2254 Returns the double factorial of OBJ. If OBJ is an even integer, returns the
2261 Returns OBJ1 raised to the power of OBJ2. By convention, 0**0 = 1.
2265 Returns the modular multiplicative inverse, i.e., return OBJ3 so that
2282 Returns the modular exponentiation, i.e., (OBJ1 ** OBJ2) % OBJ3.
2286 Returns the result after shifting OBJ N digits to thee right in base B. This is
2296 Returns the result after shifting OBJ N digits to the left in base B. This is
2301 Returns the logarithm of OBJ to base BASE truncted to an integer. This method
2308 Returns the greatest common divisor of OBJ1 and OBJ2.
2334 Returns bitwise and.
2338 Returns bitwise or.
2342 Returns bitwise exclusive or.
2346 Returns bitwise signed and.
2350 Returns bitwise signed or.
2354 Returns bitwise signed exclusive or.
2364 Returns a true value if OBJ is zero, and false value otherwise.
2368 Returns a true value if OBJ is one, and false value otherwise.
2372 Returns a true value if OBJ is two, and false value otherwise.
2376 Returns a true value if OBJ is ten, and false value otherwise.
2399 Returns a string representing OBJ in decimal notation. The returned string
2404 Returns the binary string representation of OBJ.
2408 Returns the octal string representation of the number.
2412 Returns the hexadecimal string representation of the number.
2416 Returns a byte string representation of OBJ. The byte string is in big endian
2422 Returns a string representation of OBJ in base BASE with collation sequence
2467 Returns a Perl scalar number representing the number OBJ as close as
2479 Returns a true copy OBJ.
2483 Returns the number of the decimal digits in OBJ. The output is a Perl scalar.
2487 Returns the number of trailing decimal zeros. The output is a Perl scalar. The
2492 Returns the Nth digit in OBJ as a Perl scalar. N is a Perl scalar, where zero
2503 Returns the sum of the base 10 digits.
2507 Returns true if the object is invalid and false otherwise. Preferably, the true