Skip to content

Math

Kenneth Moreland requested to merge kmorel/vtk-m:math into master

Adds a set of portable math functions, most of which are "expected" to be available and are typically useful. They include things like trigonometry (sin, cos, tan, etc.), floating point information (nan, finite, etc), and min/max.

Merge request reports