TinyJS

Dependencies:   mbed

Fork of TinyJS by Takehisa Oneta

TinyJS_MathFunctions.h

Committer:
va009039
Date:
2014-09-10
Revision:
9:f80cf055f03d
Parent:
0:aae260bdcdd9

File content as of revision 9:f80cf055f03d:

#ifndef TINYJS_MATHFUNCTIONS_H
#define TINYJS_MATHFUNCTIONS_H

#include "TinyJS.h"

/// Register useful math. functions with the TinyJS interpreter
extern void registerMathFunctions(CTinyJS *tinyJS);

#endif