List of Functions
- Cylinder Volume cyv (radius,height)
- Sphere Volume spv (radius)
- Cone Volume cov (radius,height)
- Circle area by radius car (radius)
- Circle area by dia cad (dia)
- Circumference by radius ccr (radius)
- Circumference by dia ccd (dia)
- Triangle Area by sides tas (side1,side2,side3)
- Rebar Weight reb (len_ft,size_mm,spacing_inch,distributedlength_ft)
- abs (number)
- acos (arccos) (float number)
- acosh (float number)
- arccosec (arccsc) (float number)
- arccot (arcctg, arccotan) (float number)
- arcsec (float number)
- arcsin (asin) (float number)
- arctan (atan, atn, arctg) (float number)
- atan2 (float y, float x)
- atanh (float number)
- avg (array values)
- bindec (string binary_string)
- ceil (float number)
- cos (float number)
- cosec (csc) (float number)
- cosh (float number)
- cot (cotan, cotg, ctg, ctn) (float number)
- decbin (int number)
- dechex (int number)
- decoct (int number)
- deg2rad (float degrees)
- exp (float number)
- expm1 (float number)
- floor (float number)
- fmod (float x, float y)
- hexdec (string hex_string)
- hypot (float x, float y)
- if (bool condition, mixed true_value, mixed false_value)
- intdiv (int dividend, int divisor)
- lg (log10) (float number)
- ln (log) (float number)
- log1p (float number)
- max (mixed value1, mixed value2, ...values)
- median (array values)
- min (mixed value1, mixed value2, ...values)
- octdec (string octal_string)
- pi ()
- pow (float base, float exp)
- rad2deg (float radians)
- round (float number, int precision = 0)
- sec (float number)
- sin (float number)
- sinh (float number)
- sqrt (float number)
- tan (tg, tn) (float number)
- tanh (float number)