During tests on Debian/Ubuntu : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836983 a problem was found when raising a unit to a negative power on some architectures. By default some architectures have "char" being unsigned such as the ones listed here and others ( https://wiki.debian.org/ArchitectureSpecificsMemo ). I just forced the sign-ness of pow()'s argument which fixes the issue.
21 KiB
21 KiB