twitter / BreakoutDetection

Breakout Detection via Robust E-Statistics
GNU General Public License v2.0
755 stars 181 forks source link

Update edm-multi.cpp #8

Closed putnam120 closed 9 years ago

putnam120 commented 9 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.

akejariwal commented 9 years ago

Thanks @putnam120 for submitted the patch. I have merged it.