campreilly / UnderSeaModelingLibrary

The Under Sea Modeling Library (USML) is a collection of C++ software development modules for sonar modeling and simulation.
Other
45 stars 22 forks source link

Add newest C++17 elements of math.h to ublas library #4

Open campreilly opened 12 years ago

campreilly commented 12 years ago

See http://en.wikipedia.org/wiki/Math.h for functions to be implemented (such as cbrt). Does this conflict with the -std=c++98 in Makefile?

campreilly commented 10 months ago

Shift focus to support from C99 to C++17.