source:
CIVL/mods/dev.civl.com/examples/experimental/floor.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 95 bytes | |
| Line | |
|---|---|
| 1 | #include <math.h> |
| 2 | |
| 3 | $input double y; |
| 4 | int main() { |
| 5 | double x = floor(y); |
| 6 | |
| 7 | return (int)x; |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
