Stroika Library
3.0d16
Help-Home
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
12
using namespace
Stroika::Foundation
;
13
14
void
Math::Private_::ThrowTruncOfNAN_ ()
15
{
16
Execution::Throw
(
Execution::RuntimeErrorException
{
"trunc (nan)"
sv});
17
}
Stroika::Foundation::Execution::RuntimeErrorException
Definition
Exceptions.h:198
Stroika::Foundation::Execution::Throw
void Throw(T &&e2Throw)
identical to builtin C++ 'throw' except that it does helpful, type dependent DbgTrace() messages firs...
Definition
Throw.inl:43
Stroika::Foundation
Definition
BloomFilter.h:22
Library
Sources
Stroika
Foundation
Math
Common.cpp
Generated by
1.9.8