Numeric error propagation: Difference between revisions

m
m (added an HTML (in-line) comment explaining a glyph substitution due to a design flaw in the OVERLINE text-decoration.)
m (→‎{{header|Ruby}}: fix typo)
Line 1,878:
 
puts ((x1 - x2) ** 2 + (y1 - y2) ** 2).sqrt</lang>
{{out]]}}
<pre>111.803398874989 ± 2.48716706314634</pre>
 
Anonymous user