|
Hormiga 1.0
|
#include <corefunctions.h>


Public Member Functions | |
| T_STRING | getName () |
| int | paramsCount () |
| T_MAGNITUDE | eval (T_FUNCTION_ARGUMENTS *argv) |
Definition at line 151 of file corefunctions.h.
| T_MAGNITUDE FunctionTan::eval | ( | T_FUNCTION_ARGUMENTS * | argv | ) | [inline, virtual] |
Implements Function.
Definition at line 156 of file corefunctions.h.
| T_STRING FunctionTan::getName | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 154 of file corefunctions.h.
| int FunctionTan::paramsCount | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 155 of file corefunctions.h.