Subversion Repositories wimsdev

Rev

Rev 5807 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3325 czzmrn 1
!if $rounding=-1
2
    !exit
3
!endif    
4
###afronding
5
!if $rounding=0
6
	roundingtext=Viene richiesta <b>una soluzione con precisione <em>matematica</em>.</b>\
5857 schaersvoo 7
	<br />(per esempio sqrt(2) e <b>non</b> 1.414)
3325 czzmrn 8
    !exit
9
!endif 
10
!if $rounding=1000000
5807 schaersvoo 11
	roundingtext=Non viene richiesto un risultato esatto.<br />\
12
	In questo caso: utilizzate la calcolatrice per ottenere un risultato pił preciso possibile<br />\
5857 schaersvoo 13
	e arrotondate questo risultato <b>finale</b> ad almeno <b>due decimali</b>.
3325 czzmrn 14
    !exit
15
!endif 
16
!if $rounding=100000
5807 schaersvoo 17
	roundingtext=Non viene richiesto un risultato esatto.<br />\
5857 schaersvoo 18
	In questo caso: arrotonda la tua risposta <b>ad almeno cinque</b> decimali.
3325 czzmrn 19
    !exit
20
!endif 
21
!if $rounding=10000
5807 schaersvoo 22
	roundingtext=Non viene richiesto un risultato esatto.<br />\
5857 schaersvoo 23
	In questo caso: arrotonda la tua risposta <b>ad almeno quattro</b> decimali.
3325 czzmrn 24
    !exit
25
!endif 
26
!if $rounding=1000
5807 schaersvoo 27
	roundingtext=Non viene richiesto un risultato esatto.<br />\
5857 schaersvoo 28
	In questo caso: arrotonda la tua risposta <b>ad almeno tre</b> decimali.
3325 czzmrn 29
    !exit
30
!endif 
31
!if $rounding=100
5807 schaersvoo 32
	roundingtext=Non viene richiesto un risultato esatto.<br />\
5857 schaersvoo 33
	In questo caso: arrotonda la tua risposta <b>ad almeno due</b> decimali.
3325 czzmrn 34
    !exit
35
!endif 
36
!if $rounding=10
5807 schaersvoo 37
	roundingtext=Non viene richiesto un risultato esatto.<br />\
5857 schaersvoo 38
	In questo caso: arrotonda la tua risposta <b>ad almeno un</b> decimale.
3325 czzmrn 39
    !exit
40
!endif 
41
!if $rounding=1
5807 schaersvoo 42
	roundingtext=Non viene richiesto un risultato esatto.<br />\
5857 schaersvoo 43
	In questo caso: arrotonda il risultato <b>all'intero pił vicino</b>. 
3325 czzmrn 44
    !exit
45
!endif 
46