Closed putnam120 closed 10 years ago
Updated the arguments of the std::pow function. Some compilers do not try to coerce integer arguments to doubles so compilation errors were caused. This should now be fixed.
Thanks @putnam120 for submitted the patch. I have merged it.
Updated the arguments of the std::pow function. Some compilers do not try to coerce integer arguments to doubles so compilation errors were caused. This should now be fixed.