public class Worker
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Int |
divide(IntOrDob o1,
IntOrDob o2) |
static int |
hex_digit_value(char ch) |
static Int |
lshift(IntOrDob o1,
IntOrDob o2) |
static void |
main(java.lang.String[] args) |
static IntOrDob |
negate(IntOrDob o) |
static IntOrDob |
not(IntOrDob o) |
static Int |
percent(IntOrDob o1,
IntOrDob o2) |
static IntOrDob |
plus(IntOrDob o1,
IntOrDob o2) |
static Int |
rshift(IntOrDob o1,
IntOrDob o2) |
static java.lang.String |
stringQuoted(java.lang.String s) |
static java.lang.String |
stringUnquoted(java.lang.String s) |
static IntOrDob |
subtract(IntOrDob o1,
IntOrDob o2) |
static IntOrDob |
times(IntOrDob o1,
IntOrDob o2) |
static Int |
xor(IntOrDob o1,
IntOrDob o2) |