Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185120 Details for
Bug 253364
[new ebuild] sci-biology/phred-071220
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mathtest.cpp
mathtest.cpp (text/plain), 220 bytes, created by
Martin Mokrejš
on 2009-03-15 23:04:06 UTC
(
hide
)
Description:
mathtest.cpp
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2009-03-15 23:04:06 UTC
Size:
220 bytes
patch
obsolete
>#include <stdio.h> >#include <math.h> > >int main(int argc, char *argv[]) >{ > double n = 2.0; > > for (int i = 0; i < 30; i++) > { > n *= 2; > double x = 1.0/n; > printf("%d - %.20g\n", i, 1.0 - x/sin(x)); > } >} >
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 253364
:
177014
|
177106
|
177107
| 185120