We say that a number x is within an absolute error of y to a correct solution if it
is within y of the correct solution c, meaning that |x−c|≤y.
For example, if our correct solution is 6.157892, then
x is within an error of 0.001 (or three decimal places) for any x such that
|x−6.157892|≤0.001; equivalently, 6.156892<x<6.158892.
Rosalind uses a default absolute error of 0.001 for counting solutions correct.
Report a typo
Page:
Context:
Flag as inappropriate
Are you sure you want to flag this comment as inappropriate?
Welcome to Rosalind!
Rosalind is a platform for learning bioinformatics through problem solving.
Please login with Google/Twitter/Facebook or
register a new account.