Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2071 | zjchen | 1 | !goto $wims_read_parm |
2 | |||
3 | :def |
||
4 | title=Convert to decimal |
||
5 | synonyme=decimal |
||
6 | input=function |
||
7 | !exit |
||
8 | |||
9 | :proc |
||
10 | |||
11 | formula=!rawmath $formula |
||
12 | |||
13 | pari_precision=$precision |
||
14 | result=!exec pari print(($formula)*1.0); |
||
15 | |||
16 | !exit |
||
17 | |||
18 | :output |
||
19 | |||
20 | !htmlmath $formula = $result |
||
21 | . |
||
22 | !exit |
||
23 |