public class MathLibrary extends Library
| Modifier and Type | Field and Description |
|---|---|
static String |
NS_2007_05 |
static String |
NS_2007_08 |
static String |
NS_2008_08 |
static String |
NS_2011_08 |
| Constructor and Description |
|---|
MathLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveStackMapping |
getAcosValue() |
static PrimitiveStackMapping |
getAddValue() |
static PrimitiveStackMapping |
getAsinValue() |
static PrimitiveStackMapping |
getAtanValue() |
static PrimitiveStackMapping |
getCosValue() |
static PrimitiveStackMapping |
getDivValue() |
static PrimitiveStackMapping |
getExpValue() |
static PrimitiveStackMapping |
getLogValue() |
static PrimitiveStackMapping |
getMulValue() |
static PrimitiveStackMapping |
getSinValue() |
static PrimitiveStackMapping |
getSubValue() |
static PrimitiveStackMapping |
getTanValue() |
void |
load(LibraryLoader.Context context) |
registerPrimitive, registerPrimitivespublic static final String NS_2011_08
public static final String NS_2008_08
public static final String NS_2007_08
public static final String NS_2007_05
public void load(LibraryLoader.Context context) throws RippleException
load in class LibraryRippleExceptionpublic static PrimitiveStackMapping getAddValue()
public static PrimitiveStackMapping getSubValue()
public static PrimitiveStackMapping getMulValue()
public static PrimitiveStackMapping getDivValue()
public static PrimitiveStackMapping getCosValue()
public static PrimitiveStackMapping getAcosValue()
public static PrimitiveStackMapping getSinValue()
public static PrimitiveStackMapping getAsinValue()
public static PrimitiveStackMapping getTanValue()
public static PrimitiveStackMapping getAtanValue()
public static PrimitiveStackMapping getExpValue()
public static PrimitiveStackMapping getLogValue()
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.