 |
Changeset 2552
- Timestamp:
- 09/05/07 23:48:56
(1 year ago)
- Author:
- kris
- Message:
closes #612
thanks h3r3tic
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2546 |
r2552 |
|
| 338 | 338 | |
|---|
| 339 | 339 | /** |
|---|
| 340 | | * Returns x rounded to a long value using the FE_TONEAREST rounding mode. |
|---|
| 341 | | * If the integer value of x is |
|---|
| 342 | | * greater than long.max, the result is |
|---|
| | 340 | * Returns x rounded to an integer value using the FE_TONEAREST rounding |
|---|
| | 341 | * mode. If the integer value of x is greater than int.max, the result is |
|---|
| 343 | 342 | * indeterminate. |
|---|
| 344 | 343 | */ |
|---|
| 345 | | extern (C) real rndtonl(real x); |
|---|
| | 344 | extern (C) int rndtonl(real x); |
|---|
| 346 | 345 | |
|---|
| 347 | 346 | /** |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic