Package com. mysidia. kttalk
Types Functions
Types
Functions
computes the absolute value of the receiver integer.
computes the absolute value of the receiver integer.
computes the absolute value of the receiver number.
computes the arc cosine value of the receiver number.
computes the arc hyperbolic cosine value of the receiver number.
computes the arc sine value of the receiver number.
computes the arc hyperbolic sine value of the receiver number.
computes the arc tangent value of the receiver number.
computes the arc tangent value between two numbers.
computes the arc hyperbolic tangent value of the receiver number.
rounds to the next integer value greater than this receiver number.
computes the cosine value of the receiver number.
computes the hyperbolic cosine value of the receiver number.
evaluates the supplied lambda block with the cursor starting at the receiver integer until it reaches the ending integer, step size is -1.
evaluates the supplied lambda block with the cursor starting at the receiver integer until it reaches the ending integer, step size is -1.
evaluates the supplied code block regardless of whether the receiver closure executes successfully.
evaluates the supplied code block regardless of whether the receiver block executes successfully.
checks if the receiver integer is even number.
checks if the receiver integer is even number.
computes the value of exp(x) where x is this receiver number.
computes the factorial of the receiver integer.
computes the factorial of the receiver integer.
rounds to the next integer value less than this receiver number.
finds the greatest common divisor of two integers.
finds the greatest common divisor of two integers.
finds the greatest common divisor of two integers.
finds the greatest common divisor of two integers.
computes the square root of the square of this receiver number with another number.
evaluates the supplied code block if the receiver closure execution fails with error/exception.
evaluates the supplied code block if the receiver block execution fails with error/exception.
evaluates a block if the receiver is boolean false value, this is smalltalk's way of unless statement.
evaluates first block if the receiver is boolean false value, otherwise evaluates the second block, this is smalltalk's way of unless...else statement.
evaluates a block if the receiver object is not null.
evaluates first block if receiver object is not null, otherwise evaluates the second block.
evaluates a block if the receiver object is null.
evaluates first block if receiver object is null, otherwise evaluates the second block.
evaluates a block if the receiver is boolean true value, this is smalltalk's way of if statement.
evaluates first block if the receiver is boolean true value, otherwise evaluates the second block, this is smalltalk's way of if...else statement.
checks if the receiver object is null.
finds the least common multiple of two integers.
finds the least common multiple of two integers.
finds the least common multiple of two integers.
finds the least common multiple of two integers.
computes the value of ln(x) where x is this receiver number.
computes the value of log(x) where x is this receiver number.
computes the value of log(x) where x is this receiver number, with supplied argument as base.
checks if the receiver integer is odd number.
checks if the receiver integer is odd number.
evaluates the supplied code block if the receiver block execution throws an exception of type T.
evaluates the supplied code block if the receiver block execution throws an exception of type T.
evaluates the supplied code block if the receiver closure execution throws an exception of type T, and always evaluates the second code block.
evaluates the supplied code block if the receiver block execution throws an exception of type T, and always evaluates the second code block.
computes the reciprocal value of this receiver number.
rounds the receiver number to the nearest integer.
rounds the receiver number to the supplied number of digits.
computes the sine value of this receiver number.
computes the hyperbolic sine value of this receiver number.
computes the square root of this receiver number.
computes the square of this receiver number.
evaluates the supplied lambda block with the cursor starting at the receiver number, until it reaches the ending number.
evaluates the supplied lambda block with the cursor starting at the receiver number, until it reaches the ending number.
computes the tangent value of this receiver number.
computes the hyperbolic tangent value of this receiver number.
evaluates the supplied lambda block as many times as the receiver integer.
evaluates the supplied lambda block as many times as the receiver integer.
evaluates the supplied lambda block with the cursor starting at the receiver integer until it reaches the ending integer, step size is 1.
evaluates the supplied lambda block with the cursor starting at the receiver integer until it reaches the ending integer, step size is 1.
evaluates the supplied code block as long as the receiver predicate evaluates to false.
evaluates the supplied code block as long as the receiver predicate evaluates to true.