tests/regression/parser/xpressn-1.cir, check log10

This commit is contained in:
rlar 2015-05-10 21:47:34 +02:00
parent b9abea4f88
commit 53045dae53
1 changed files with 9 additions and 1 deletions

View File

@ -387,6 +387,14 @@ v1115_g n1115_g 0 '2.1'
v1116_g n1116_g 0 '2.1'
* ----------------------------------------
v1117_t n1117_t 0 'log10(10.0)'
v1118_t n1118_t 0 'log10(0.5)'
v1117_g n1117_g 0 '1.0'
v1118_g n1118_g 0 '-0.3010299956639812'
* ----------------------------------------
.control
@ -398,7 +406,7 @@ op
let total_count = 0
let fail_count = 0
let tests = 1001 + vector(116)
let tests = 1001 + vector(118)
foreach n $&tests
set n_test = "n{$n}_t"