source:
CIVL/text/include/math.h@
4b4bbb3
| Last change on this file since 4b4bbb3 was e484c35, checked in by , 12 years ago | |
|---|---|
|
|
| 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.
