Subversion Repositories wimsdev

Rev

Rev 5857 | 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=ÒªÇó<b>Êýѧ¾«È·µÄ½â.</b>\
    <br><font size=-2>(ÀýÈç sqrt(2) ¶ø<b>²»ÊÇ</b> 1.414)</font>
    !exit
!endif 
!if $rounding=1000000
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    ÔÚÕâÖÖÇéÐÎ: ÀûÓüÆËãÆ÷µÃµ½¾¡¿ÉÄܾ«È·µÄÖµ<br>\
    <font size=-2>¾­ÉáÈëºó, <b>×îÖÕ</b>»Ø´ð<b>ÖÁÉÙÁ½Î»Ð¡Êý</b>..</font>
    !exit
!endif 
!if $rounding=100000
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    <font size=-2>ÔÚÕâÖÖÇéÐÎ, ¾­ÉáÈëºó, <b>×îÖÕ</b>»Ø´ð<b>ÖÁÉÙ 5 λСÊý</b>..</font>
    !exit
!endif 
!if $rounding=10000
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    <font size=-2>ÔÚÕâÖÖÇéÐÎ, ¾­ÉáÈëºó, <b>×îÖÕ</b>»Ø´ð<b>ÖÁÉÙ 4 λСÊý</b>..</font>
    !exit
!endif 
!if $rounding=1000
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    <font size=-2>ÔÚÕâÖÖÇéÐÎ, ¾­ÉáÈëºó, <b>×îÖÕ</b>»Ø´ð<b>ÖÁÉÙ 3 λСÊý</b>..</font>
    !exit
!endif 
!if $rounding=100
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    <font size=-2>ÔÚÕâÖÖÇéÐÎ, ¾­ÉáÈëºó, <b>×îÖÕ</b>»Ø´ð<b>ÖÁÉÙ 2 λСÊý</b>..</font>
    !exit
!endif 
!if $rounding=10
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    <font size=-2>ÔÚÕâÖÖÇéÐÎ, ¾­ÉáÈëºó, <b>×îÖÕ</b>»Ø´ð<b>ÖÁÉÙ 1 λСÊý</b>..</font>
    !exit
!endif 
!if $rounding=1
    roundingtext=¿ÉÒÔ¸ø³ö½üËÆ»Ø´ð.<br>\
    <font size=-2>ÔÚÕâÖÖÇéÐÎ, ¾­ÉáÈëºó, ×îÖջشðÓ¦¸ÃÊÇ<b>×î½Ó½üµÄÕûÊý</b>.</font> 
    !exit
!endif