random updates

This commit is contained in:
2025-05-31 20:35:58 -04:00
parent d658df27b3
commit 3776946155
23 changed files with 670 additions and 52 deletions

View File

@ -28,6 +28,9 @@ public:
triple(const T1 &_a, const T2& _b, const T3& _c) {a = _a; b = _b; c = _c;}
};
//returns time in msec
double time_msec();
}; //end namespace ams
#include <amsmathutil25/util/amsmathutil25_utilimpl.hpp>