Subversion Repositories wimsdev

Rev

Rev 11210 | Rev 11292 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11210 Rev 11220
Line 2... Line 2...
2
tit:eval
2
tit:eval
3
type:$type_var
3
type:$type_var
4
alias:!evalue
4
alias:evalue
5
syntax:!eval `expr'
5
syntax:!eval `expr'
6
mean:Returns the numerical value of the expression `expr'. `expr' must evaluate to \
6
mean:Returns the numerical value of the expression `expr'. `expr' must evaluate to \
7
  a real number (under the current version of wims). The evaluation is internally done in double\
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\
8
  precision, but the print precision can be changed by setting the variable\
9
  `wims_print_precision' (whose default value is 8). <br/>\
9
  `wims_print_precision' (whose default value is 8). <br/>\