|
|
|
|
|
by rollcat
238 days ago
|
|
You can dismiss it as a triviality, but in CS it's always worth considering (what you assume to be) an "identity" value, and its edge cases. Does your DSP algorithm work with near-zero values as well as it does with "true" zero? (hint: look up subnormal floats.) |
|