Namespace dd::constants

namespace constants

Functions

constexpr bool isStaticNumber(const RealNumber *e) noexcept

Check whether a number is one of the static numbers.

Parameters:

e – The number to check.

Returns:

Whether the number is one of the static numbers.

Variables

MQT_CORE_DD_EXPORT RealNumber zero

The constant zero.

MQT_CORE_DD_EXPORT RealNumber one

The constant one.

MQT_CORE_DD_EXPORT RealNumber sqrt2over2

The constant sqrt(2)/2 = 1/sqrt(2).