void cpu_float_single_exp(Environment *_environment, char *_value, char *_result)
void cpu_float_fast_exp(Environment *_environment, char *_value, char *_result)
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * fp_exp(Environment *_environment, char *_value)
FloatTypePrecision precision
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.