Exactly for the same reason as in the previous paragraph, namely, out of the desire to abandon the connection of the SysUtils module, the kolmath.pas module was created for KOL. In many ways, this module repeats the contents of the math.pas module, but provides all its capabilities without unnecessarily burdening * the application code. In addition to the general set of functions from the standard math.pas module, a number of useful constants have also been added to kolmath (for example, MinSingle, MaxSingle, MinDouble, MaxDouble, MinExtended, ... MaxComp) and functions (EAbs, EMin, EMax, ESign, iMin, iMax , iSign, IsPowerOf2, Low0, Low1, count_1_bits_in_byte, count_1_bits_in_dword). The IntPower function is present in the KOL.pas module itself, so it is commented out in kolmath. For a more detailed study of the contents of the kolmath module, I suggest that you familiarize yourself with its source code.
The kolmath module, like the previous one, is located in the https://www.artwerp.be/kol/kol-mck-master_3.23.zip archive.