Numeric error propagation: Difference between revisions

Content deleted Content added
Aamrun (talk | contribs)
m →‎{{header|C}}: Removed name as RC relies on page history for authorship.
Line 227: Line 227:
Rewrote code to make it more compact and added a nice formatting function for imprecise values so that they are printed out in a technically correct way i.e. with the symbol '±' . Output pasted after code.
Rewrote code to make it more compact and added a nice formatting function for imprecise values so that they are printed out in a technically correct way i.e. with the symbol '±' . Output pasted after code.
<lang C>
<lang C>
/* Rewritten by Abhishek Ghosh, 7th November 2013, Rotterdam */
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>