example
example
1 rebar weight by length_ft, rebar_dia_mm, c/c inch, distributed in feet reb(5,12,9,25) 45.111425220294 result1
2 circle circum by radius ccr(9) 56.548667764616 result2
3 circle circum by dia ccd(9) 28.274333882308 result3
4 circle area by radius car(9) 63.617251235193 result4
5 circle area by dia cad(9) 254.46900494077 result5
6 sum by range and individual sum(result[1-3,5]) Invalid Expression result6
7 Triangle area by side tas(3,4,5) 6 result7
8 General exp 5+62+3^3+(5-3) 96 result8
9 cone volume (radius,height) cov(3,4) 12.566370614359 result9
10 Hypotenuse hypot(3,4) 5 result10
11 Sphere vol (radius) spv(4) 268.08257310633 result11
12 cylinder volumen (radius,height) cyv(4,5) 268.08257310633 result12
13 Cube 10^3 1000 result13
14 Square 10^2 100 result14
15 root 100^.5 10 result15
16 cube root 1000^(1/3) 10 result16
17 sqrt sqrt(100) 10 result17
18 hypot hypot(3,4) 5 result18
Clone