Guest User

Untitled

a guest
Apr 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. constexpr PixelType maxVal = std::numeric_limits<PixelType>::max();
  2. constexpr double lnFactor = std::log(maxVal);
  3.  
  4. constexpr double lnFactor = __builtin_log(42.0);
Add Comment
Please, Sign In to add comment