Sourceware Bugzilla – Attachment 1 Details for
Bug 4
lround() result usually bad in range [1048576,2097152)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Testprogram
t.c (text/plain), 155 bytes, created by
Andreas Jaeger
on 2004-01-30 20:34:38 UTC
(
hide
)
Description:
Testprogram
Filename:
MIME Type:
Creator:
Andreas Jaeger
Created:
2004-01-30 20:34:38 UTC
Size:
155 bytes
patch
obsolete
>#define _GNU_SOURCE 1 >#include <math.h> >#include <stdio.h> > >int >main (void) >{ > long int j = lround (1071930.0008); > > printf ("%ld\n", j); > > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4
: 1