![]() |
paceval. 4.26
Documentation of the paceval. source-code, Copyright ©1994-2024. Version 1.x, 2.x, 3.x, 4.x ©1994-2025 Joerg Koenning & paceval UG [Registered Trade Mark] All rights reserved., Author(s) : Joerg Koenning
|
The struct paceval_sValueOperatorAsData is used when necessary by the struct paceval_sNodeSpecificData and stores the floating point value at this node in all available precisions. More...
#include "inc/paceval_cAtomicGraphNode.h"

Public Attributes | |
| long double | valueOperatorAsLongDouble |
| bool | valueOperatorAsLongDoubleIsTrusted |
| double | valueOperatorAsDouble |
| bool | valueOperatorAsDoubleIsTrusted |
| float | valueOperatorAsFloat |
| bool | valueOperatorAsFloatIsTrusted |
The struct paceval_sValueOperatorAsData is used when necessary by the struct paceval_sNodeSpecificData and stores the floating point value at this node in all available precisions.
| double paceval_sValueOperatorAsData::valueOperatorAsDouble |
stores the value in precision double
| bool paceval_sValueOperatorAsData::valueOperatorAsDoubleIsTrusted |
stores whether the double value is trusted (true) or not trusted (false)
| float paceval_sValueOperatorAsData::valueOperatorAsFloat |
stores the value in precision float
| bool paceval_sValueOperatorAsData::valueOperatorAsFloatIsTrusted |
stores whether the float value is trusted (true) or not trusted (false)
| long double paceval_sValueOperatorAsData::valueOperatorAsLongDouble |
stores the value in precision long double
| bool paceval_sValueOperatorAsData::valueOperatorAsLongDoubleIsTrusted |
stores whether the long double value is trusted (true) or not trusted (false)