Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
32 reyssat 1
!! +exec+ +string+
11210 bpr 2
tit:eval
3
type:$type_var
11220 bpr 4
alias:evalue
11292 bpr 5
syntax:!eval ``expr''
6
mean:Returns the numerical value of the expression ``expr''. ``expr'' must evaluate to \
11210 bpr 7
  a real number (under the current version of wims). The evaluation is internally done in double\
8
  precision, but the print precision can be changed by setting the variable\
11292 bpr 9
  ``wims_print_precision'' (whose default value is 8). <br/>\
10
  If an error is found in the expression ``expr'', 0 is returned.\
32 reyssat 11
  (I know that this is very bad; I just have no time to make everything right.)