waylonflinn/weblas

Unit Test Float Encode Exhaustively

Open

#11 创建于 2015年12月16日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (56 fork)batch import
correctnesshelp wanted

仓库指标

Star
 (701 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南