Skip to content

Make vtkm:Math Pi() operations constexpr

Haocheng LIU requested to merge haocheng.liu/vtk-m:make-pi-constexpr into master

If they are used inside other mathematical expressions then the compiler has a better chance to perform the operation at compile time. close #196 (closed)

Merge request reports