Compare two revisions of: Function

... ... @@ -49,9 +49,6 @@ This is undesired when you want to output this value on the screen. In order to
49 49 decimal mark, you can provide a second (optional) parameter. The calculated result
50 50 will then be rounded to this precision.
51 51
52 -[More details on precision can be found here](number-fields.md#precision-of-real-numbers)
53 -[Rounding](Rounding)
54 -
55 52 **Optional Second parameter**
56 53
57 54 * **number** Rounds the calculated result to the given number. This number must be higher then the specified corrector precision.
... ... @@ -68,3 +65,6 @@ will then be rounded to this precision.
68 65 \function[calculate, display]{f}{a/b}
69 66 ```
70 67 $$f = 0.333$$
68 +
69 +[More details on precision can be found here](number-fields.md#precision-of-real-numbers)
70 +[Rounding](Rounding)
71 71