nest-simulator icon indicating copy to clipboard operation
nest-simulator copied to clipboard

Refactor to use higher mathematical functions available per C++17

Open heplesser opened this issue 11 months ago • 1 comments

Per C++17, a large number of higher mathematical functions (are available in C++ via <cmath>)[https://en.cppreference.com/w/cpp/header/cmath]. Values for infininty, not-a-number and similar are also part of the header, actually have been since C++11.

We can therefore

  • remove several work-arounds in numerics.h
  • remove corresponding CMake checks
  • possibly remove some GSL or Boost-dependencies

heplesser avatar Mar 05 '24 08:03 heplesser

Issue automatically marked stale!

github-actions[bot] avatar May 05 '24 08:05 github-actions[bot]