source:
CIVL/mods/dev.civl.com/examples/reasoning/power.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 122 bytes | |
| Rev | Line | |
|---|---|---|
| [61d37c0] | 1 | #include <civlc.cvh> |
| 2 | ||
| 3 | $input double a, b; | |
| 4 | ||
| 5 | void main() { | |
| 6 | $assume(b != 0 && (a/b) > 0); | |
| 7 | $assert((a/b) * (a/b) >= 0); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
