SL
Subject
Expression
Result
result_name
Action
1
2
3
4
5
6
7
8
9
10
11
Replace Result name:

List of Functions

  1. Cylinder Volume cyv (radius,height)
  2. Sphere Volume spv (radius)
  3. Cone Volume cov (radius,height)
  4. Circle area by radius car (radius)
  5. Circle area by dia cad (dia)
  6. Circumference by radius ccr (radius)
  7. Circumference by dia ccd (dia)
  8. Triangle Area by sides tas (side1,side2,side3)
  9. Rebar Weight reb (len_ft,size_mm,spacing_inch,distributedlength_ft)
  10. abs (number)
  11. acos (arccos) (float number)
  12. acosh (float number)
  13. arccosec (arccsc) (float number)
  14. arccot (arcctg, arccotan) (float number)
  15. arcsec (float number)
  16. arcsin (asin) (float number)
  17. arctan (atan, atn, arctg) (float number)
  18. atan2 (float y, float x)
  19. atanh (float number)
  20. avg (array values)
  21. bindec (string binary_string)
  22. ceil (float number)
  23. cos (float number)
  24. cosec (csc) (float number)
  25. cosh (float number)
  26. cot (cotan, cotg, ctg, ctn) (float number)
  27. decbin (int number)
  28. dechex (int number)
  29. decoct (int number)
  30. deg2rad (float degrees)
  31. exp (float number)
  32. expm1 (float number)
  33. floor (float number)
  34. fmod (float x, float y)
  35. hexdec (string hex_string)
  36. hypot (float x, float y)
  37. if (bool condition, mixed true_value, mixed false_value)
  38. intdiv (int dividend, int divisor)
  39. lg (log10) (float number)
  40. ln (log) (float number)
  41. log1p (float number)
  42. max (mixed value1, mixed value2, ...values)
  43. median (array values)
  44. min (mixed value1, mixed value2, ...values)
  45. octdec (string octal_string)
  46. pi ()
  47. pow (float base, float exp)
  48. rad2deg (float radians)
  49. round (float number, int precision = 0)
  50. sec (float number)
  51. sin (float number)
  52. sinh (float number)
  53. sqrt (float number)
  54. tan (tg, tn) (float number)
  55. tanh (float number)