Modifier and Type | Method and Description |
---|---|
static MR_float |
SystemFunctions.abs(MR_float x) |
static MR_float |
SystemFunctions.div(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.exp(MR_float n) |
static MR_float |
SystemFunctions.log(MR_float n) |
static MR_float |
SystemFunctions.max(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.min(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.minus(MR_float x) |
static MR_float |
SystemFunctions.minus(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.plus(MR_float x) |
static MR_float |
SystemFunctions.plus(MR_float x,
MR_float y) |
static MR_float |
MR_float.read(DataInput in) |
static MR_float |
SystemFunctions.times(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.toFloat(MR_string s) |
Modifier and Type | Method and Description |
---|---|
static MR_float |
SystemFunctions.abs(MR_float x) |
static MR_float |
SystemFunctions.div(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.eq(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.exp(MR_float n) |
static MR_bool |
SystemFunctions.geq(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.gt(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.leq(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.log(MR_float n) |
static MR_bool |
SystemFunctions.lt(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.max(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.min(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.minus(MR_float x) |
static MR_float |
SystemFunctions.minus(MR_float x,
MR_float y) |
static MR_bool |
SystemFunctions.neq(MR_float x,
MR_float y) |
static MR_float |
SystemFunctions.plus(MR_float x) |
static MR_float |
SystemFunctions.plus(MR_float x,
MR_float y) |
static MR_int |
SystemFunctions.round(MR_float x) |
static MR_float |
SystemFunctions.times(MR_float x,
MR_float y) |
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.