KVIrc
4.9.2
DeveloperAPIs
|
Macros | |
#define | MATH_KVS_1PARAM_FUNCTION(__fncname, __paramname, __mathcallname) |
Functions | |
static bool | math_kvs_fnc_e (KviKvsModuleFunctionCall *c) |
static bool | math_kvs_fnc_isinf (KviKvsModuleFunctionCall *c) |
static bool | math_kvs_fnc_isnan (KviKvsModuleFunctionCall *c) |
static bool | math_kvs_fnc_pi (KviKvsModuleFunctionCall *c) |
static bool | math_kvs_fnc_pow (KviKvsModuleFunctionCall *c) |
static bool | math_module_cleanup (KviModule *) |
static bool | math_module_init (KviModule *m) |
#define MATH_KVS_1PARAM_FUNCTION | ( | __fncname, | |
__paramname, | |||
__mathcallname | |||
) |
|
static |
References KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setReal().
Referenced by math_module_init().
|
static |
References KVS_PT_REAL, KVSM_PARAMETER, KVSM_PARAMETERS_BEGIN, KVSM_PARAMETERS_END, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setBoolean().
Referenced by math_module_init().
|
static |
References KVS_PT_REAL, KVSM_PARAMETER, KVSM_PARAMETERS_BEGIN, and KVSM_PARAMETERS_END.
Referenced by math_module_init().
|
static |
References KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setReal().
Referenced by math_module_init().
|
static |
References KVS_PT_REAL, KVSM_PARAMETER, KVSM_PARAMETERS_BEGIN, KVSM_PARAMETERS_END, KviKvsModuleFunctionCall::returnValue(), and KviKvsVariant::setReal().
Referenced by math_module_init().
|
static |
|
static |