min_normal

In D2 .min was renamed to .min_normal for floating point types to make its meaning more obvious. This is a trivial template wrapper that unifies the naming.

template min_normal (
T : real
) {}

Members

Static variables

min_normal
auto min_normal;
Undocumented in source.

Parameters

T

any floating point type

Return: minimal normalized value for that type

Meta