Rev 5807 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!if $rounding=-1
!exit
!endif
###afronding
!if $rounding=0
roundingtext=I expect a <b>mathetically correct solution.</b>\
<br />(e.g. sqrt(2) and <b>not</b> 1.414)
!exit
!endif
!if $rounding=1000000
roundingtext=You may give a non-precise answer.<br />\
In that case: calculate as accurate as you can with your calculator<br />\
Round off your <b>final</b> answer at <b>at least two decimals</b>..
!exit
!endif
!if $rounding=100000
roundingtext=You may give a non-precise response.<br />\
In that case: round off your answer at <b>at least five</b> decimals..
!exit
!endif
!if $rounding=10000
roundingtext=You may give a non-precise response.<br />\
In that case: round off your answer at <b>at least four</b> decimals..
!exit
!endif
!if $rounding=1000
roundingtext=You may give a non-precise response.<br />\
In that case: round off your answer at <b>at least three</b> decimals.
!exit
!endif
!if $rounding=100
roundingtext=You may give a non-precise answer.<br />\
In that case: round off your answer at <b>at least two</b> decimals.
!exit
!endif
!if $rounding=10
roundingtext=You may give a non-precise answer.<br />\
In that case: round off your answer at <b>at least one</b> decimal.
!exit
!endif
!if $rounding=1
roundingtext=You may give a non-precise answer.<br />\
In that case: round off your answer to <b>the nearest integer</b>.
!exit
!endif