Compare two revisions of: Rounding

... ... @@ -28,6 +28,8 @@ The following example shows a input.number question:
28 28
29 29 The default value for both is set to 2.
30 30
31 +## rounding options
32 +
31 33 There are three options for comparing the real answer and solution.
32 34 - `atleast` (default) : means that the answer must be typed in (rounded) with atleast the given precision. We explain the precise meaning of `atleast` in the context of the above example:
33 35 Let $$a_3$$ denote the variable $$a$$ rounded to three decimal places. The answer is correct if $$|a_3 - \text{student_answer}| \leq 0.0005$$. Otherwise the answer is wrong.
34 36