repo.or.cz
/
tinyjs-rewrite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed...
[tinyjs-rewrite.git]
/
.svn
/
pristine
/
cb
/
cbd242c9c78eddce13db7317c337ae0543d5ed68.svn-base
blob
cb5489f140f91b218286ee97c3c728f543619b15
1
#ifndef TINYJS_MATHFUNCTIONS_H
2
#define TINYJS_MATHFUNCTIONS_H
3
4
#include "TinyJS.h"
5
6
/// Register useful math. functions with the TinyJS interpreter
7
extern void registerMathFunctions(CTinyJS *tinyJS);
8
9
#endif