vtk-m/docs/changelog/add-float-version-functions-pi.md
luz.paz 940c891886 Misc. typos
Found via `codespell` and `grep`
more typos

includes source typo change and a typo that needs further review
follow-up typos


Follow-up typos


Revert a commit
2018-06-14 16:49:11 -04:00

244 B

Add float version operations for vtkm::Math Pi()

Now PI related functions are evalulated at compile time as constexpr functions. It also removes the old static_castvtkm::Pi() usages with template ones and fix several conversion warnings.