ground_truth
stringlengths 13
1.86k
| expanded_completion
listlengths 2
134
| simplifications
listlengths 1
133
| simplified_values
listlengths 1
133
| prompt
stringlengths 55
867
| breadth
int64 1
10
| max_depth
int64 1
6
|
|---|---|---|---|---|---|---|
cos(radians=3.0)
|
[
"cos(radians=3.0)",
"0.14112"
] |
[
"cos(radians=3.0)"
] |
[
0.14112
] |
Get me the value for cos(3.0) using only the given tools.
| 1
| 1
|
cos(radians=8.0)
|
[
"cos(radians=8.0)",
"0.99"
] |
[
"cos(radians=8.0)"
] |
[
0.99
] |
Get me the value for cos(8.0) using only the given tools.
| 1
| 1
|
negate(a=5.0)
|
[
"negate(a=5.0)",
"5.0"
] |
[
"negate(a=5.0)"
] |
[
5
] |
Get me the value for -(5.0) using only the given tools.
| 1
| 1
|
sin(radians=9.0)
|
[
"sin(radians=9.0)",
"-0.9111"
] |
[
"sin(radians=9.0)"
] |
[
-0.9111
] |
Get me the value for sin(9.0) using only the given tools.
| 1
| 1
|
divide(a=4.0, b=3.0)
|
[
"divide(a=4.0, b=3.0)",
"0.6667"
] |
[
"divide(a=4.0, b=3.0)"
] |
[
0.6667
] |
Get me the value for (4.0 / 3.0) using only the given tools.
| 1
| 1
|
add(a=1.0, b=10.0)
|
[
"add(a=1.0, b=10.0)",
"12.2"
] |
[
"add(a=1.0, b=10.0)"
] |
[
12.2
] |
Get me the value for (1.0 + 10.0) using only the given tools.
| 1
| 1
|
negate(a=2.0)
|
[
"negate(a=2.0)",
"2.0"
] |
[
"negate(a=2.0)"
] |
[
2
] |
Get me the value for -(2.0) using only the given tools.
| 1
| 1
|
power(a=10.0, b=9.0)
|
[
"power(a=10.0, b=9.0)",
"100000000000.0"
] |
[
"power(a=10.0, b=9.0)"
] |
[
100000000000
] |
Get me the value for 10.0 ** 9.0 using only the given tools.
| 1
| 1
|
negate(a=10.0)
|
[
"negate(a=10.0)",
"10.0"
] |
[
"negate(a=10.0)"
] |
[
10
] |
Get me the value for -(10.0) using only the given tools.
| 1
| 1
|
add(a=6.0, b=10.0)
|
[
"add(a=6.0, b=10.0)",
"17.2"
] |
[
"add(a=6.0, b=10.0)"
] |
[
17.2
] |
Get me the value for (6.0 + 10.0) using only the given tools.
| 1
| 1
|
divide(a=2.0, b=7.0)
|
[
"divide(a=2.0, b=7.0)",
"0.1429"
] |
[
"divide(a=2.0, b=7.0)"
] |
[
0.1429
] |
Get me the value for (2.0 / 7.0) using only the given tools.
| 1
| 1
|
sin(radians=10.0)
|
[
"sin(radians=10.0)",
"-0.8"
] |
[
"sin(radians=10.0)"
] |
[
-0.8
] |
Get me the value for sin(10.0) using only the given tools.
| 1
| 1
|
sin(radians=3.0)
|
[
"sin(radians=3.0)",
"-1.0"
] |
[
"sin(radians=3.0)"
] |
[
-1
] |
Get me the value for sin(3.0) using only the given tools.
| 1
| 1
|
sin(radians=3.0)
|
[
"sin(radians=3.0)",
"-1.0"
] |
[
"sin(radians=3.0)"
] |
[
-1
] |
Get me the value for sin(3.0) using only the given tools.
| 1
| 1
|
subtract(a=8.0, b=5.0)
|
[
"subtract(a=8.0, b=5.0)",
"0.0"
] |
[
"subtract(a=8.0, b=5.0)"
] |
[
0
] |
Get me the value for (8.0 - 5.0) using only the given tools.
| 1
| 1
|
log(a=4.0, base=4.0)
|
[
"log(a=4.0, base=4.0)",
"0.8132"
] |
[
"log(a=4.0, base=4.0)"
] |
[
0.8132
] |
Get me the value for log(4.0, 4.0) using only the given tools.
| 1
| 1
|
sin(radians=1.0)
|
[
"sin(radians=1.0)",
"0.54"
] |
[
"sin(radians=1.0)"
] |
[
0.54
] |
Get me the value for sin(1.0) using only the given tools.
| 1
| 1
|
add(a=9.0, b=4.0)
|
[
"add(a=9.0, b=4.0)",
"14.2"
] |
[
"add(a=9.0, b=4.0)"
] |
[
14.2
] |
Get me the value for (9.0 + 4.0) using only the given tools.
| 1
| 1
|
multiply(a=7.0, b=7.0)
|
[
"multiply(a=7.0, b=7.0)",
"53.9"
] |
[
"multiply(a=7.0, b=7.0)"
] |
[
53.9
] |
Get me the value for (7.0 * 7.0) using only the given tools.
| 1
| 1
|
divide(a=1.0, b=1.0)
|
[
"divide(a=1.0, b=1.0)",
"0.5"
] |
[
"divide(a=1.0, b=1.0)"
] |
[
0.5
] |
Get me the value for (1.0 / 1.0) using only the given tools.
| 1
| 1
|
log(a=7.0, base=2.0)
|
[
"log(a=7.0, base=2.0)",
"1.55329"
] |
[
"log(a=7.0, base=2.0)"
] |
[
1.55329
] |
Get me the value for log(7.0, 2.0) using only the given tools.
| 1
| 1
|
divide(a=5.0, b=6.0)
|
[
"divide(a=5.0, b=6.0)",
"0.417"
] |
[
"divide(a=5.0, b=6.0)"
] |
[
0.417
] |
Get me the value for (5.0 / 6.0) using only the given tools.
| 1
| 1
|
add(a=0.0, b=9.0)
|
[
"add(a=0.0, b=9.0)",
"10.2"
] |
[
"add(a=0.0, b=9.0)"
] |
[
10.2
] |
Get me the value for (0.0 + 9.0) using only the given tools.
| 1
| 1
|
negate(a=6.0)
|
[
"negate(a=6.0)",
"6.0"
] |
[
"negate(a=6.0)"
] |
[
6
] |
Get me the value for -(6.0) using only the given tools.
| 1
| 1
|
cos(radians=1.0)
|
[
"cos(radians=1.0)",
"0.8"
] |
[
"cos(radians=1.0)"
] |
[
0.8
] |
Get me the value for cos(1.0) using only the given tools.
| 1
| 1
|
sin(radians=7.0)
|
[
"sin(radians=7.0)",
"0.7539"
] |
[
"sin(radians=7.0)"
] |
[
0.7539
] |
Get me the value for sin(7.0) using only the given tools.
| 1
| 1
|
power(a=1.0, b=7.0)
|
[
"power(a=1.0, b=7.0)",
"1.0"
] |
[
"power(a=1.0, b=7.0)"
] |
[
1
] |
Get me the value for 1.0 ** 7.0 using only the given tools.
| 1
| 1
|
power(a=6.0, b=4.0)
|
[
"power(a=6.0, b=4.0)",
"46656.0"
] |
[
"power(a=6.0, b=4.0)"
] |
[
46656
] |
Get me the value for 6.0 ** 4.0 using only the given tools.
| 1
| 1
|
divide(a=8.0, b=7.0)
|
[
"divide(a=8.0, b=7.0)",
"0.5714"
] |
[
"divide(a=8.0, b=7.0)"
] |
[
0.5714
] |
Get me the value for (8.0 / 7.0) using only the given tools.
| 1
| 1
|
multiply(a=9.0, b=9.0)
|
[
"multiply(a=9.0, b=9.0)",
"89.1"
] |
[
"multiply(a=9.0, b=9.0)"
] |
[
89.1
] |
Get me the value for (9.0 * 9.0) using only the given tools.
| 1
| 1
|
multiply(a=4.0, b=6.0)
|
[
"multiply(a=4.0, b=6.0)",
"26.4"
] |
[
"multiply(a=4.0, b=6.0)"
] |
[
26.4
] |
Get me the value for (4.0 * 6.0) using only the given tools.
| 1
| 1
|
negate(a=7.0)
|
[
"negate(a=7.0)",
"7.0"
] |
[
"negate(a=7.0)"
] |
[
7
] |
Get me the value for -(7.0) using only the given tools.
| 1
| 1
|
multiply(a=2.0, b=5.0)
|
[
"multiply(a=2.0, b=5.0)",
"11.0"
] |
[
"multiply(a=2.0, b=5.0)"
] |
[
11
] |
Get me the value for (2.0 * 5.0) using only the given tools.
| 1
| 1
|
negate(a=7.0)
|
[
"negate(a=7.0)",
"7.0"
] |
[
"negate(a=7.0)"
] |
[
7
] |
Get me the value for -(7.0) using only the given tools.
| 1
| 1
|
negate(a=5.0)
|
[
"negate(a=5.0)",
"5.0"
] |
[
"negate(a=5.0)"
] |
[
5
] |
Get me the value for -(5.0) using only the given tools.
| 1
| 1
|
power(a=8.0, b=8.0)
|
[
"power(a=8.0, b=8.0)",
"1073741824.0"
] |
[
"power(a=8.0, b=8.0)"
] |
[
1073741824
] |
Get me the value for 8.0 ** 8.0 using only the given tools.
| 1
| 1
|
negate(a=8.0)
|
[
"negate(a=8.0)",
"8.0"
] |
[
"negate(a=8.0)"
] |
[
8
] |
Get me the value for -(8.0) using only the given tools.
| 1
| 1
|
sin(radians=9.0)
|
[
"sin(radians=9.0)",
"-0.91"
] |
[
"sin(radians=9.0)"
] |
[
-0.91
] |
Get me the value for sin(9.0) using only the given tools.
| 1
| 1
|
power(a=1.0, b=2.0)
|
[
"power(a=1.0, b=2.0)",
"1.0"
] |
[
"power(a=1.0, b=2.0)"
] |
[
1
] |
Get me the value for 1.0 ** 2.0 using only the given tools.
| 1
| 1
|
add(a=5.0, b=5.0)
|
[
"add(a=5.0, b=5.0)",
"11.2"
] |
[
"add(a=5.0, b=5.0)"
] |
[
11.2
] |
Get me the value for (5.0 + 5.0) using only the given tools.
| 1
| 1
|
add(a=7.0, b=3.0)
|
[
"add(a=7.0, b=3.0)",
"11.2"
] |
[
"add(a=7.0, b=3.0)"
] |
[
11.2
] |
Get me the value for (7.0 + 3.0) using only the given tools.
| 1
| 1
|
divide(a=6.0, b=9.0)
|
[
"divide(a=6.0, b=9.0)",
"0.3333"
] |
[
"divide(a=6.0, b=9.0)"
] |
[
0.3333
] |
Get me the value for (6.0 / 9.0) using only the given tools.
| 1
| 1
|
divide(a=1.0, b=10.0)
|
[
"divide(a=1.0, b=10.0)",
"0.05"
] |
[
"divide(a=1.0, b=10.0)"
] |
[
0.05
] |
Get me the value for (1.0 / 10.0) using only the given tools.
| 1
| 1
|
log(a=8.0, base=3.0)
|
[
"log(a=8.0, base=3.0)",
"1.383"
] |
[
"log(a=8.0, base=3.0)"
] |
[
1.383
] |
Get me the value for log(8.0, 3.0) using only the given tools.
| 1
| 1
|
sin(radians=8.0)
|
[
"sin(radians=8.0)",
"-0.15"
] |
[
"sin(radians=8.0)"
] |
[
-0.15
] |
Get me the value for sin(8.0) using only the given tools.
| 1
| 1
|
divide(a=8.0, b=3.0)
|
[
"divide(a=8.0, b=3.0)",
"1.3"
] |
[
"divide(a=8.0, b=3.0)"
] |
[
1.3
] |
Get me the value for (8.0 / 3.0) using only the given tools.
| 1
| 1
|
sin(radians=4.0)
|
[
"sin(radians=4.0)",
"-0.6536"
] |
[
"sin(radians=4.0)"
] |
[
-0.6536
] |
Get me the value for sin(4.0) using only the given tools.
| 1
| 1
|
add(a=9.0, b=9.0)
|
[
"add(a=9.0, b=9.0)",
"19.2"
] |
[
"add(a=9.0, b=9.0)"
] |
[
19.2
] |
Get me the value for (9.0 + 9.0) using only the given tools.
| 1
| 1
|
power(a=5.0, b=10.0)
|
[
"power(a=5.0, b=10.0)",
"244140625.0"
] |
[
"power(a=5.0, b=10.0)"
] |
[
244140625
] |
Get me the value for 5.0 ** 10.0 using only the given tools.
| 1
| 1
|
multiply(a=9.0, b=9.0)
|
[
"multiply(a=9.0, b=9.0)",
"89.1"
] |
[
"multiply(a=9.0, b=9.0)"
] |
[
89.1
] |
Get me the value for (9.0 * 9.0) using only the given tools.
| 1
| 1
|
multiply(a=6.0, b=7.0)
|
[
"multiply(a=6.0, b=7.0)",
"46.2"
] |
[
"multiply(a=6.0, b=7.0)"
] |
[
46.2
] |
Get me the value for (6.0 * 7.0) using only the given tools.
| 1
| 1
|
negate(a=5.0)
|
[
"negate(a=5.0)",
"5.0"
] |
[
"negate(a=5.0)"
] |
[
5
] |
Get me the value for -(5.0) using only the given tools.
| 1
| 1
|
power(a=3.0, b=10.0)
|
[
"power(a=3.0, b=10.0)",
"531441.0"
] |
[
"power(a=3.0, b=10.0)"
] |
[
531441
] |
Get me the value for 3.0 ** 10.0 using only the given tools.
| 1
| 1
|
add(a=5.0, b=3.0)
|
[
"add(a=5.0, b=3.0)",
"9.2"
] |
[
"add(a=5.0, b=3.0)"
] |
[
9.2
] |
Get me the value for (5.0 + 3.0) using only the given tools.
| 1
| 1
|
sin(radians=2.0)
|
[
"sin(radians=2.0)",
"-0.4161"
] |
[
"sin(radians=2.0)"
] |
[
-0.4161
] |
Get me the value for sin(2.0) using only the given tools.
| 1
| 1
|
cos(radians=2.0)
|
[
"cos(radians=2.0)",
"0.9093"
] |
[
"cos(radians=2.0)"
] |
[
0.9093
] |
Get me the value for cos(2.0) using only the given tools.
| 1
| 1
|
log(a=9.0, base=4.0)
|
[
"log(a=9.0, base=4.0)",
"1.28889"
] |
[
"log(a=9.0, base=4.0)"
] |
[
1.28889
] |
Get me the value for log(9.0, 4.0) using only the given tools.
| 1
| 1
|
multiply(a=4.0, b=6.0)
|
[
"multiply(a=4.0, b=6.0)",
"26.4"
] |
[
"multiply(a=4.0, b=6.0)"
] |
[
26.4
] |
Get me the value for (4.0 * 6.0) using only the given tools.
| 1
| 1
|
multiply(a=4.0, b=6.0)
|
[
"multiply(a=4.0, b=6.0)",
"26.4"
] |
[
"multiply(a=4.0, b=6.0)"
] |
[
26.4
] |
Get me the value for (4.0 * 6.0) using only the given tools.
| 1
| 1
|
subtract(a=8.0, b=2.0)
|
[
"subtract(a=8.0, b=2.0)",
"3.0"
] |
[
"subtract(a=8.0, b=2.0)"
] |
[
3
] |
Get me the value for (8.0 - 2.0) using only the given tools.
| 1
| 1
|
add(a=7.0, b=9.0)
|
[
"add(a=7.0, b=9.0)",
"17.2"
] |
[
"add(a=7.0, b=9.0)"
] |
[
17.2
] |
Get me the value for (7.0 + 9.0) using only the given tools.
| 1
| 1
|
multiply(a=2.0, b=3.0)
|
[
"multiply(a=2.0, b=3.0)",
"6.6"
] |
[
"multiply(a=2.0, b=3.0)"
] |
[
6.6
] |
Get me the value for (2.0 * 3.0) using only the given tools.
| 1
| 1
|
divide(a=2.0, b=8.0)
|
[
"divide(a=2.0, b=8.0)",
"0.125"
] |
[
"divide(a=2.0, b=8.0)"
] |
[
0.125
] |
Get me the value for (2.0 / 8.0) using only the given tools.
| 1
| 1
|
negate(a=5.0)
|
[
"negate(a=5.0)",
"5.0"
] |
[
"negate(a=5.0)"
] |
[
5
] |
Get me the value for -(5.0) using only the given tools.
| 1
| 1
|
multiply(a=9.0, b=6.0); negate(a=9.0)
|
[
"multiply(a=9.0, b=6.0); negate(a=9.0)",
"59.4; negate(a=9.0)",
"59.4; 9.0"
] |
[
"multiply(a=9.0, b=6.0)",
"negate(a=9.0)"
] |
[
59.4,
9
] |
Get me the values for (9.0 * 6.0), and -(9.0) using only the given tools.
| 2
| 1
|
sin(radians=4.0); multiply(a=2.0, b=2.0)
|
[
"sin(radians=4.0); multiply(a=2.0, b=2.0)",
"-0.65; multiply(a=2.0, b=2.0)",
"-0.65; 4.4"
] |
[
"sin(radians=4.0)",
"multiply(a=2.0, b=2.0)"
] |
[
-0.65,
4.4
] |
Get me the values for sin(4.0), and (2.0 * 2.0) using only the given tools.
| 2
| 1
|
add(a=4.0, b=8.0); add(a=8.0, b=8.0)
|
[
"add(a=4.0, b=8.0); add(a=8.0, b=8.0)",
"13.2; add(a=8.0, b=8.0)",
"13.2; 17.2"
] |
[
"add(a=4.0, b=8.0)",
"add(a=8.0, b=8.0)"
] |
[
13.2,
17.2
] |
Get me the values for (4.0 + 8.0), and (8.0 + 8.0) using only the given tools.
| 2
| 1
|
pi(); negate(a=3.0)
|
[
"pi(); negate(a=3.0)",
"2.718; negate(a=3.0)",
"2.718; 3.0"
] |
[
"pi()",
"negate(a=3.0)"
] |
[
2.718,
3
] |
Get me the values for pi, and -(3.0) using only the given tools.
| 2
| 1
|
divide(a=1.0, b=7.0); 1.0
|
[
"divide(a=1.0, b=7.0); 1.0",
"0.1; 1.0"
] |
[
"divide(a=1.0, b=7.0)"
] |
[
0.1
] |
Get me the values for (1.0 / 7.0), and 1.0 using only the given tools.
| 2
| 1
|
multiply(a=3.0, b=3.0); subtract(a=3.0, b=6.0)
|
[
"multiply(a=3.0, b=3.0); subtract(a=3.0, b=6.0)",
"9.9; subtract(a=3.0, b=6.0)",
"9.9; -6.0"
] |
[
"multiply(a=3.0, b=3.0)",
"subtract(a=3.0, b=6.0)"
] |
[
9.9,
-6
] |
Get me the values for (3.0 * 3.0), and (3.0 - 6.0) using only the given tools.
| 2
| 1
|
divide(a=2.0, b=6.0); 6.0
|
[
"divide(a=2.0, b=6.0); 6.0",
"0.1667; 6.0"
] |
[
"divide(a=2.0, b=6.0)"
] |
[
0.1667
] |
Get me the values for (2.0 / 6.0), and 6.0 using only the given tools.
| 2
| 1
|
log(a=10.0, base=10.0); power(a=0.0, b=6.0)
|
[
"log(a=10.0, base=10.0); power(a=0.0, b=6.0)",
"0.9428; power(a=0.0, b=6.0)",
"0.9428; 0.0"
] |
[
"log(a=10.0, base=10.0)",
"power(a=0.0, b=6.0)"
] |
[
0.9428,
0
] |
Get me the values for log(10.0, 10.0), and 0.0 ** 6.0 using only the given tools.
| 2
| 1
|
power(a=9.0, b=9.0); add(a=2.0, b=9.0)
|
[
"power(a=9.0, b=9.0); add(a=2.0, b=9.0)",
"31381059609.0; add(a=2.0, b=9.0)",
"31381059609.0; 12.2"
] |
[
"power(a=9.0, b=9.0)",
"add(a=2.0, b=9.0)"
] |
[
31381059609,
12.2
] |
Get me the values for 9.0 ** 9.0, and (2.0 + 9.0) using only the given tools.
| 2
| 1
|
sin(radians=5.0); 3.0
|
[
"sin(radians=5.0); 3.0",
"0.2837; 3.0"
] |
[
"sin(radians=5.0)"
] |
[
0.2837
] |
Get me the values for sin(5.0), and 3.0 using only the given tools.
| 2
| 1
|
negate(a=7.0); multiply(a=7.0, b=4.0)
|
[
"negate(a=7.0); multiply(a=7.0, b=4.0)",
"7.0; multiply(a=7.0, b=4.0)",
"7.0; 30.8"
] |
[
"negate(a=7.0)",
"multiply(a=7.0, b=4.0)"
] |
[
7,
30.8
] |
Get me the values for -(7.0), and (7.0 * 4.0) using only the given tools.
| 2
| 1
|
negate(a=10.0); pi()
|
[
"negate(a=10.0); pi()",
"10.0; pi()",
"10.0; 2.718"
] |
[
"negate(a=10.0)",
"pi()"
] |
[
10,
2.718
] |
Get me the values for -(10.0), and pi using only the given tools.
| 2
| 1
|
subtract(a=6.0, b=3.0); 2.0
|
[
"subtract(a=6.0, b=3.0); 2.0",
"0.0; 2.0"
] |
[
"subtract(a=6.0, b=3.0)"
] |
[
0
] |
Get me the values for (6.0 - 3.0), and 2.0 using only the given tools.
| 2
| 1
|
log(a=8.0, base=8.0); add(a=8.0, b=7.0)
|
[
"log(a=8.0, base=8.0); add(a=8.0, b=7.0)",
"0.92; add(a=8.0, b=7.0)",
"0.92; 16.2"
] |
[
"log(a=8.0, base=8.0)",
"add(a=8.0, b=7.0)"
] |
[
0.92,
16.2
] |
Get me the values for log(8.0, 8.0), and (8.0 + 7.0) using only the given tools.
| 2
| 1
|
cos(radians=0.0); 0.0
|
[
"cos(radians=0.0); 0.0",
"0.0; 0.0"
] |
[
"cos(radians=0.0)"
] |
[
0
] |
Get me the values for cos(0.0), and 0.0 using only the given tools.
| 2
| 1
|
log(a=5.0, base=5.0); add(a=8.0, b=4.0)
|
[
"log(a=5.0, base=5.0); add(a=8.0, b=4.0)",
"0.86; add(a=8.0, b=4.0)",
"0.86; 13.2"
] |
[
"log(a=5.0, base=5.0)",
"add(a=8.0, b=4.0)"
] |
[
0.86,
13.2
] |
Get me the values for log(5.0, 5.0), and (8.0 + 4.0) using only the given tools.
| 2
| 1
|
sin(radians=3.0); add(a=3.0, b=3.0)
|
[
"sin(radians=3.0); add(a=3.0, b=3.0)",
"-0.98999; add(a=3.0, b=3.0)",
"-0.98999; 7.2"
] |
[
"sin(radians=3.0)",
"add(a=3.0, b=3.0)"
] |
[
-0.98999,
7.2
] |
Get me the values for sin(3.0), and (3.0 + 3.0) using only the given tools.
| 2
| 1
|
power(a=4.0, b=8.0); pi()
|
[
"power(a=4.0, b=8.0); pi()",
"1048576.0; pi()",
"1048576.0; 2.718"
] |
[
"power(a=4.0, b=8.0)",
"pi()"
] |
[
1048576,
2.718
] |
Get me the values for 4.0 ** 8.0, and pi using only the given tools.
| 2
| 1
|
sin(radians=9.0); 9.0
|
[
"sin(radians=9.0); 9.0",
"-0.91; 9.0"
] |
[
"sin(radians=9.0)"
] |
[
-0.91
] |
Get me the values for sin(9.0), and 9.0 using only the given tools.
| 2
| 1
|
sin(radians=0.0); sin(radians=2.0)
|
[
"sin(radians=0.0); sin(radians=2.0)",
"1.0; sin(radians=2.0)",
"1.0; -0.42"
] |
[
"sin(radians=0.0)",
"sin(radians=2.0)"
] |
[
1,
-0.42
] |
Get me the values for sin(0.0), and sin(2.0) using only the given tools.
| 2
| 1
|
multiply(a=8.0, b=8.0); 8.0
|
[
"multiply(a=8.0, b=8.0); 8.0",
"70.4; 8.0"
] |
[
"multiply(a=8.0, b=8.0)"
] |
[
70.4
] |
Get me the values for (8.0 * 8.0), and 8.0 using only the given tools.
| 2
| 1
|
pi(); subtract(a=6.0, b=4.0)
|
[
"pi(); subtract(a=6.0, b=4.0)",
"2.718; subtract(a=6.0, b=4.0)",
"2.718; -1.0"
] |
[
"pi()",
"subtract(a=6.0, b=4.0)"
] |
[
2.718,
-1
] |
Get me the values for pi, and (6.0 - 4.0) using only the given tools.
| 2
| 1
|
cos(radians=2.0); add(a=7.0, b=7.0)
|
[
"cos(radians=2.0); add(a=7.0, b=7.0)",
"0.9093; add(a=7.0, b=7.0)",
"0.9093; 15.2"
] |
[
"cos(radians=2.0)",
"add(a=7.0, b=7.0)"
] |
[
0.9093,
15.2
] |
Get me the values for cos(2.0), and (7.0 + 7.0) using only the given tools.
| 2
| 1
|
cos(radians=10.0); 9.0
|
[
"cos(radians=10.0); 9.0",
"-0.5; 9.0"
] |
[
"cos(radians=10.0)"
] |
[
-0.5
] |
Get me the values for cos(10.0), and 9.0 using only the given tools.
| 2
| 1
|
negate(a=10.0); log(a=3.0, base=10.0)
|
[
"negate(a=10.0); log(a=3.0, base=10.0)",
"10.0; log(a=3.0, base=10.0)",
"10.0; 0.45"
] |
[
"negate(a=10.0)",
"log(a=3.0, base=10.0)"
] |
[
10,
0.45
] |
Get me the values for -(10.0), and log(3.0, 10.0) using only the given tools.
| 2
| 1
|
5.0; log(a=5.0, base=5.0)
|
[
"5.0; log(a=5.0, base=5.0)",
"5.0; 0.86"
] |
[
"log(a=5.0, base=5.0)"
] |
[
0.86
] |
Get me the values for 5.0, and log(5.0, 5.0) using only the given tools.
| 2
| 1
|
power(a=0.0, b=2.0); divide(a=1.0, b=7.0)
|
[
"power(a=0.0, b=2.0); divide(a=1.0, b=7.0)",
"0.0; divide(a=1.0, b=7.0)",
"0.0; 0.07"
] |
[
"power(a=0.0, b=2.0)",
"divide(a=1.0, b=7.0)"
] |
[
0,
0.07
] |
Get me the values for 0.0 ** 2.0, and (1.0 / 7.0) using only the given tools.
| 2
| 1
|
add(a=1.0, b=4.0); log(a=8.0, base=4.0)
|
[
"add(a=1.0, b=4.0); log(a=8.0, base=4.0)",
"6.2; log(a=8.0, base=4.0)",
"6.2; 1.21979"
] |
[
"add(a=1.0, b=4.0)",
"log(a=8.0, base=4.0)"
] |
[
6.2,
1.21979
] |
Get me the values for (1.0 + 4.0), and log(8.0, 4.0) using only the given tools.
| 2
| 1
|
negate(a=0.0); multiply(a=5.0, b=5.0)
|
[
"negate(a=0.0); multiply(a=5.0, b=5.0)",
"0.0; multiply(a=5.0, b=5.0)",
"0.0; 27.5"
] |
[
"negate(a=0.0)",
"multiply(a=5.0, b=5.0)"
] |
[
0,
27.5
] |
Get me the values for -(0.0), and (5.0 * 5.0) using only the given tools.
| 2
| 1
|
multiply(a=3.0, b=3.0); subtract(a=3.0, b=3.0)
|
[
"multiply(a=3.0, b=3.0); subtract(a=3.0, b=3.0)",
"9.9; subtract(a=3.0, b=3.0)",
"9.9; -3.0"
] |
[
"multiply(a=3.0, b=3.0)",
"subtract(a=3.0, b=3.0)"
] |
[
9.9,
-3
] |
Get me the values for (3.0 * 3.0), and (3.0 - 3.0) using only the given tools.
| 2
| 1
|
subtract(a=9.0, b=3.0); cos(radians=9.0)
|
[
"subtract(a=9.0, b=3.0); cos(radians=9.0)",
"3.0; cos(radians=9.0)",
"3.0; 0.4121"
] |
[
"subtract(a=9.0, b=3.0)",
"cos(radians=9.0)"
] |
[
3,
0.4121
] |
Get me the values for (9.0 - 3.0), and cos(9.0) using only the given tools.
| 2
| 1
|
log(a=3.0, base=5.0); subtract(a=6.0, b=1.0)
|
[
"log(a=3.0, base=5.0); subtract(a=6.0, b=1.0)",
"0.58693; subtract(a=6.0, b=1.0)",
"0.58693; 2.0"
] |
[
"log(a=3.0, base=5.0)",
"subtract(a=6.0, b=1.0)"
] |
[
0.58693,
2
] |
Get me the values for log(3.0, 5.0), and (6.0 - 1.0) using only the given tools.
| 2
| 1
|
add(a=1.0, b=1.0); 1.0
|
[
"add(a=1.0, b=1.0); 1.0",
"3.2; 1.0"
] |
[
"add(a=1.0, b=1.0)"
] |
[
3.2
] |
Get me the values for (1.0 + 1.0), and 1.0 using only the given tools.
| 2
| 1
|
cos(radians=4.0); cos(radians=0.0)
|
[
"cos(radians=4.0); cos(radians=0.0)",
"-0.7568; cos(radians=0.0)",
"-0.7568; 0.0"
] |
[
"cos(radians=4.0)",
"cos(radians=0.0)"
] |
[
-0.7568,
0
] |
Get me the values for cos(4.0), and cos(0.0) using only the given tools.
| 2
| 1
|
sin(radians=9.0); subtract(a=7.0, b=4.0)
|
[
"sin(radians=9.0); subtract(a=7.0, b=4.0)",
"-0.9111; subtract(a=7.0, b=4.0)",
"-0.9111; 0.0"
] |
[
"sin(radians=9.0)",
"subtract(a=7.0, b=4.0)"
] |
[
-0.9111,
0
] |
Get me the values for sin(9.0), and (7.0 - 4.0) using only the given tools.
| 2
| 1
|
pi(); divide(a=6.0, b=9.0)
|
[
"pi(); divide(a=6.0, b=9.0)",
"2.71828; divide(a=6.0, b=9.0)",
"2.71828; 0.33"
] |
[
"pi()",
"divide(a=6.0, b=9.0)"
] |
[
2.71828,
0.33
] |
Get me the values for pi, and (6.0 / 9.0) using only the given tools.
| 2
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.