|
Hormiga 1.0
|
#include <corefunctions.h>


Public Member Functions | |
| T_STRING | getName () |
| int | paramsCount () |
| T_MAGNITUDE | eval (T_FUNCTION_ARGUMENTS *argv) |
Definition at line 140 of file corefunctions.h.
| T_MAGNITUDE FunctionCos::eval | ( | T_FUNCTION_ARGUMENTS * | argv | ) | [inline, virtual] |
Implements Function.
Definition at line 145 of file corefunctions.h.
| T_STRING FunctionCos::getName | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 143 of file corefunctions.h.
| int FunctionCos::paramsCount | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 144 of file corefunctions.h.