Subversion Repositories wimsdev

Rev

Rev 13802 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13802 Rev 13803
Line 17... Line 17...
17
test12=$[abs(-567890)]
17
test12=$[abs(-567890)]
18
 
18
 
19
test13=$[sec(pi)],$[csc(1/2)],$[cotanh(2)],$[cotan(2)]
19
test13=$[sec(pi)],$[csc(1/2)],$[cotanh(2)],$[cotan(2)]
20
test14=$[round(4.56)],$[factorial(5)],$[binomial(5,2)],$[sign(-897)], $[sign(0)], $[sign(10000)]
20
test14=$[round(4.56)],$[factorial(5)],$[binomial(5,2)],$[sign(-897)], $[sign(0)], $[sign(10000)]
21
test15=!mathsubst x=-1 in x^2+1
21
test15=!mathsubst x=-1 in x^2+1
22
test16=!mathsubst x=(-1) in x^2+1
22
test16=!evalsubst x=(-1) in x^2+1
23
test16=$[$test16]
-
 
24
 
23
 
25
vartest=$test1\
24
vartest=$test1\
26
$test2\
25
$test2\
27
$test3\
26
$test3\
28
$test4\
27
$test4\