Uses of Class
org.luaj.vm2.lib.MathLib

Packages that use MathLib
org.luaj.vm2.lib   
org.luaj.vm2.lib.jse   
 

Uses of MathLib in org.luaj.vm2.lib
 

Fields in org.luaj.vm2.lib declared as MathLib
static MathLib MathLib.MATHLIB
          Pointer to the latest MathLib instance, used only to dispatch math.exp to tha correct platform math library.
 

Uses of MathLib in org.luaj.vm2.lib.jse
 

Subclasses of MathLib in org.luaj.vm2.lib.jse
 class JseMathLib
          Subclass of LibFunction which implements the lua standard math library.
 



Copyright © 2007-2015 Luaj.org. All Rights Reserved.