source: CIVL/text/include/math.h@ 4b4bbb3

1.23 2.0 main test-branch
Last change on this file since 4b4bbb3 was e484c35, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

added CIVL specific header files.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@833 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 129 bytes
Line 
1/* CIVL model of math.h */
2
3$abstract double sqrt(double x);
4
5$abstract double ceil(double x);
6
7$abstract double exp(double x);
8
Note: See TracBrowser for help on using the repository browser.