Skip to content
Snippets Groups Projects
Commit 3a16bf3f authored by Emmanouil's avatar Emmanouil Committed by Emmanouil Michalainas
Browse files

[RF] Bugfix in RooVDTHeaders.h.

parent cf0aa12f
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ inline double _rf_fast_exp(double x) {
}
inline double _rf_fast_log(double x) {
return std::exp(x);
return std::log(x);
}
inline double _rf_fast_isqrt(double x) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment