ksh93-ban van float tipusú változó, valamint szögfüggvényig bezárólag elég sok minden. Részlet a man ksh93 -ból.
"Any of the following math library functions that are in the C math
library can be used within an arithmetic expression:
abs acos acosh asin asinh atan atan2 atanh cbrt ceil copysign cos cosh erf erfc exp exp2 expm1 fabs fpclassify fdim finite floor fma fmax fmin fmod hypot ilogb int isfinite sinf isnan isnormal issubnormal issubordered iszero j0 j1 jn lgamma log log10 log2 logb nearbyint nextafter nexttoward pow remainder rint round scanb signbit sin sinh sqrt tan tanh tgamma trunc y0 y1 yn."
Fenti $(( ... )) pedig pont egy aritmetikai kifejezés (amit egyébként pontosan ugyanebben a formában le lehet írni bash-ban is, bár ott a dokumentáció sokkal inkább hangsúlyozza a $[ .. ] formát).