Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2071 zjchen 1
!goto $wims_read_parm
2
 
3
:def
4
title=Evaluation
5
synonyme=evalue, evaluate
6
input=function
7
!exit
8
 
9
:proc
10
result=!exec pari print($formula);
11
!exit
12
 
13
:output
14
 
15
!htmlmath $formula
16
 =
17
!insmath $result
18
 .
19
!exit
20