merge with Dev another time

This commit is contained in:
Desmis
2017-04-10 08:42:20 +02:00
50 changed files with 1765 additions and 1658 deletions

View File

@@ -273,7 +273,7 @@ public:
}
float R = hlrange / (val * comp);
return log (1.0 + Y) * R;
return log1p (Y) * R;
} else {
return exp_scale;
}