This module provides all the global types, variables and some general methods that fullrmc needs.
INT_TYPE: The integer data type adopted by fullrmc.
FLOAT_TYPE: The floating data type adopted by fullrmc.
PRECISION: The floating data type precision variable.
FLOAT_PLUS_INFINITY: The floating data type maximum possible number.
FLOAT_MINUS_INFINITY: The floating data type minimum possible number.
INT_PLUS_INFINITY: The integer data type maximum possible number.
INT_MINUS_INFINITY: The integer data type minimum possible number.
PI: pi, the ratio of a circle’s circumference to its diameter.
Bases: object
Bases: object
Dictionary of fullrmc’s classes definition
Dictionary of fullrmc’s modules
Get a class definition by name
name (string): class name
klass (class): the class implementation
Get loaded module by name
name (string): module name
module (module): the module instance