public singleton abs
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber loperand)
|
IntNumber |
function(IntNumber loperand)
|
ByteNumber |
function(ByteNumber loperand)
|
ShortNumber |
function(ShortNumber loperand)
|
LongNumber |
function(LongNumber loperand)
|
public singleton arccos
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton arcsin
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton arctan
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton ceil
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton cos
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton exp
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton floor
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton frac
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton ln
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton log10
Modifier and Type | Method |
---|---|
|
function(operand)
|
RealNumber |
function(RealNumber operand)
|
public singleton log2
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton max
Modifier and Type | Method |
---|---|
|
function(l1, l2)
|
public singleton min
Modifier and Type | Method |
---|---|
|
function(l1, l2)
|
public singleton modulo
Modifier and Type | Method |
---|---|
|
function(loperand, roperand)
|
IntNumber |
function(IntNumber loperand, IntNumber roperand)
|
ByteNumber |
function(ByteNumber loperand, ByteNumber roperand)
|
ShortNumber |
function(ShortNumber loperand, ShortNumber roperand)
|
UIntNumber |
function(UIntNumber loperand, UIntNumber roperand)
|
LongNumber |
function(LongNumber loperand, LongNumber roperand)
|
public singleton power
Modifier and Type | Method |
---|---|
|
function(loperand, roperand)
|
RealNumber |
function(RealNumber loperand, IntNumber roperand)
|
RealNumber |
function(RealNumber loperand, RealNumber roperand)
|
IntNumber |
function(IntNumber loperand, IntNumber roperand)
|
ByteNumber |
function(ByteNumber loperand, IntNumber roperand)
|
ShortNumber |
function(ShortNumber loperand, IntNumber roperand)
|
LongNumber |
function(LongNumber loperand, LongNumber roperand)
|
public singleton sin
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton sqr
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton sqrt
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton tan
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand)
|
public singleton truncate
Modifier and Type | Method |
---|---|
RealNumber |
function(RealNumber operand, IntNumber precision)
|
public class RealMatrix
Modifier and Type | Extension Method |
---|---|
RealMatrix |
clone()
|
|
populate(Func<system'IntNumber,system'IntNumber,system'RealNumber> f)
|
RealMatrix |
add(RealMatrix b)
|
RealMatrix |
subtract(RealMatrix b)
|
RealMatrix |
multiply(RealMatrix b)
|
get property RealNumber |
Determinant()
|
String |
toString()
|