Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
Foundation/Math/Common.cpp
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#include "Stroika/Foundation/StroikaPreComp.h"
5
6#include <cstdio>
7
8#include "Stroika/Foundation/Execution/Exceptions.h"
9#include "Stroika/Foundation/Execution/Throw.h"
10#include "Stroika/Foundation/Math/Common.h"
11
12using namespace Stroika::Foundation;
13
14void Math::Private_::ThrowTruncOfNAN_ ()
15{
17}
void Throw(T &&e2Throw)
identical to builtin C++ 'throw' except that it does helpful, type dependent DbgTrace() messages firs...
Definition Throw.inl:43