Floating

Undocumented in source.
  1. template Floating(T)
    template Floating (
    T
    ) if (
    is(T == float) ||
    is(T == double)
    ||
    is(T == real)
    ) {}
  2. template Floating(T)

Members

Functions

compare
int compare(T d1, T d2)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(T f1, T f2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta