![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_SIN opcode using C99 math.h sin(). More...
#include <math.h>
Go to the source code of this file.
Functions | |
| if (v.type==VAL_INT||v.type==VAL_FLOAT) | |
| exit (1) | |
Variables | |
| case | OP_SIN |
| else | |
| break | |
Implements the OP_SIN opcode using C99 math.h sin().
VM opcode snippet included by vm.c. Provides sine function.
Behavior:
Stack effect:
Types:
Example:
Definition in file sin.c.
| exit | ( | 1 | ) |
| else |