You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
158 B

10 months ago
  1. // p[0] + p[1] * x / (1 + p[2] * abs(x)) for nBins = 1152
  2. constexpr auto p =
  3. std::array{576.9713937732083f, 0.5780266207743059f, 0.0006728484590464921f};