Methods
Modifier and Type |
Method and Description |
static MR_double |
abs(MR_double x) |
static MR_float |
abs(MR_float x) |
static MR_int |
abs(MR_int x) |
static MR_long |
abs(MR_long x) |
static MR_short |
abs(MR_short x) |
static MR_double |
acos(MR_double x) |
static MR_bool |
all(Bag x) |
static MR_bool |
and(MR_bool x,
MR_bool y) |
static MR_double |
asin(MR_double x) |
static MR_double |
atan(MR_double x) |
static MR_double |
avg_value(MRData value)
used in avg
|
static MR_double |
ceil(MR_double x) |
static MRData |
coerce(MRData from,
MR_int type)
coerce a basic type to a new type indicated by the basic type number
|
static MR_bool |
contains(MR_string x,
MR_string y) |
static MR_double |
cos(MR_double x) |
static MR_long |
count(Bag s) |
static Bag |
distribute(MR_string peerName,
Bag s) |
static MR_double |
div(MR_double x,
MR_double y) |
static MR_float |
div(MR_float x,
MR_float y) |
static MR_int |
div(MR_int x,
MR_int y) |
static MR_long |
div(MR_long x,
MR_long y) |
static MR_short |
div(MR_short x,
MR_short y) |
static MR_bool |
eq(MR_double x,
MR_double y) |
static MR_bool |
eq(MR_float x,
MR_float y) |
static MR_bool |
eq(MR_int x,
MR_int y) |
static MR_bool |
eq(MR_long x,
MR_long y) |
static MR_bool |
eq(MR_short x,
MR_short y) |
static MR_bool |
eq(MRData x,
MRData y) |
static Bag |
except(Bag x,
Bag y) |
static MR_bool |
exists(Bag s) |
static MR_double |
exp(MR_double n) |
static MR_float |
exp(MR_float n) |
static MR_double |
floor(MR_double x) |
static MRData |
fold(Lambda c,
MRData z,
Bag s) |
static MR_bool |
geq(MR_double x,
MR_double y) |
static MR_bool |
geq(MR_float x,
MR_float y) |
static MR_bool |
geq(MR_int x,
MR_int y) |
static MR_bool |
geq(MR_long x,
MR_long y) |
static MR_bool |
geq(MR_short x,
MR_short y) |
static MR_bool |
geq(MRData x,
MRData y) |
static MR_bool |
gt(MR_double x,
MR_double y) |
static MR_bool |
gt(MR_float x,
MR_float y) |
static MR_bool |
gt(MR_int x,
MR_int y) |
static MR_bool |
gt(MR_long x,
MR_long y) |
static MR_bool |
gt(MR_short x,
MR_short y) |
static MR_bool |
gt(MRData x,
MRData y) |
static MR_long |
hash_code(MRData x) |
static MRData |
index(Bag b,
MR_int mi) |
static Bag |
intersect(Bag x,
Bag y) |
static Inv |
inv(MRData x) |
static MR_int |
length(MR_string x) |
static MR_bool |
leq(MR_double x,
MR_double y) |
static MR_bool |
leq(MR_float x,
MR_float y) |
static MR_bool |
leq(MR_int x,
MR_int y) |
static MR_bool |
leq(MR_long x,
MR_long y) |
static MR_bool |
leq(MR_short x,
MR_short y) |
static MR_bool |
leq(MRData x,
MRData y) |
static MR_double |
log(MR_double n) |
static MR_float |
log(MR_float n) |
static MR_bool |
lt(MR_double x,
MR_double y) |
static MR_bool |
lt(MR_float x,
MR_float y) |
static MR_bool |
lt(MR_int x,
MR_int y) |
static MR_bool |
lt(MR_long x,
MR_long y) |
static MR_bool |
lt(MR_short x,
MR_short y) |
static MR_bool |
lt(MRData x,
MRData y) |
static Bag |
materialize(Bag x) |
static MR_double |
max(MR_double x,
MR_double y) |
static MR_float |
max(MR_float x,
MR_float y) |
static MR_int |
max(MR_int x,
MR_int y) |
static MR_long |
max(MR_long x,
MR_long y) |
static MR_short |
max(MR_short x,
MR_short y) |
static MR_bool |
member(MRData e,
Bag s) |
static MR_double |
min(MR_double x,
MR_double y) |
static MR_float |
min(MR_float x,
MR_float y) |
static MR_int |
min(MR_int x,
MR_int y) |
static MR_long |
min(MR_long x,
MR_long y) |
static MR_short |
min(MR_short x,
MR_short y) |
static MR_double |
minus(MR_double x) |
static MR_double |
minus(MR_double x,
MR_double y) |
static MR_float |
minus(MR_float x) |
static MR_float |
minus(MR_float x,
MR_float y) |
static MR_int |
minus(MR_int x) |
static MR_int |
minus(MR_int x,
MR_int y) |
static MR_long |
minus(MR_long x) |
static MR_long |
minus(MR_long x,
MR_long y) |
static MR_short |
minus(MR_short x) |
static MR_short |
minus(MR_short x,
MR_short y) |
static MR_int |
mod(MR_int x,
MR_int y) |
static MR_long |
mod(MR_long x,
MR_long y) |
static MR_bool |
neq(MR_double x,
MR_double y) |
static MR_bool |
neq(MR_float x,
MR_float y) |
static MR_bool |
neq(MR_int x,
MR_int y) |
static MR_bool |
neq(MR_long x,
MR_long y) |
static MR_bool |
neq(MR_short x,
MR_short y) |
static MR_bool |
neq(MRData x,
MRData y) |
static MR_bool |
not(MR_bool x) |
static MR_bool |
or(MR_bool x,
MR_bool y) |
static Bag |
plus(Bag x,
Bag y) |
static MR_double |
plus(MR_double x) |
static MR_double |
plus(MR_double x,
MR_double y) |
static MR_float |
plus(MR_float x) |
static MR_float |
plus(MR_float x,
MR_float y) |
static MR_int |
plus(MR_int x) |
static MR_int |
plus(MR_int x,
MR_int y) |
static MR_long |
plus(MR_long x) |
static MR_long |
plus(MR_long x,
MR_long y) |
static MR_short |
plus(MR_short x) |
static MR_short |
plus(MR_short x,
MR_short y) |
static MR_string |
plus(MR_string x,
MR_string y) |
static MR_double |
pow(MR_double x,
MR_double y) |
static MR_int |
random(MR_int n) |
static Bag |
range(Bag b,
MR_int mi,
MR_int mj) |
static MR_double |
rint(MR_double x) |
static MR_long |
round(MR_double x) |
static MR_int |
round(MR_float x) |
static MR_double |
sin(MR_double x) |
static MR_bool |
some(Bag x) |
static MR_double |
sqrt(MR_double x) |
static MR_string |
string(MRData x) |
static MR_string |
substring(MR_string x,
MR_int b,
MR_int e) |
static MR_bool |
synchronize(MR_string peerName,
MR_bool mr_exit) |
static MR_string |
tag(Union node) |
static MR_double |
tan(MR_double x) |
static MR_string |
text(Bag nodes) |
static MR_string |
text(Union node) |
static MR_double |
times(MR_double x,
MR_double y) |
static MR_float |
times(MR_float x,
MR_float y) |
static MR_int |
times(MR_int x,
MR_int y) |
static MR_long |
times(MR_long x,
MR_long y) |
static MR_short |
times(MR_short x,
MR_short y) |
static MR_bool |
toBool(MR_string s) |
static MR_double |
toDouble(MR_string s) |
static MR_float |
toFloat(MR_string s) |
static MR_int |
toInt(MR_string s) |
static MR_long |
toLong(MR_string s) |
static MR_short |
toShort(MR_string s) |
static Bag |
union(Bag x,
Bag y) |
static Bag |
XMLattribute(MR_string tagname,
Bag nodes) |
static MR_string |
XMLattribute(MR_string tagname,
Union node) |
static Bag |
XMLattributes(MR_string tagname,
Bag nodes) |
static Bag |
XMLattributes(MR_string tagname,
Union node) |
static Bag |
XMLchildren(MR_string tagname,
Bag nodes) |
static Bag |
XMLchildren(MR_string tagname,
Union node) |