source:
trunk/gcc/libjava/testsuite/libjava.lang/negzero.java@
3127
| Last change on this file since 3127 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 139 bytes | |
| Line | |
|---|---|
| 1 | public class negzero |
| 2 | { |
| 3 | public static void main(String[] args) |
| 4 | { |
| 5 | System.out.println(-0.0); |
| 6 | System.out.println(-0.0f); |
| 7 | } |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
