waylonflinn/weblas

Unit Test Float Encode Exhaustively

Open

#11 geöffnet am 16. Dez. 2015

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (56 Forks)batch import
correctnesshelp wanted

Repository-Metriken

Stars
 (701 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The floating point encode step is a tricky bit to get right. Issue #10 shows that numerical stability issues can make a big difference in some edge cases.

Encoding each unique floating point value as an element of a 4098 square matrix should require only a few hundred of these matrices. This should be doable in a reasonable amount of time.

References

Contributor Guide