cheminfo / cheminfo/multiplet-analysis
Strange minValue
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In the following line the minValue is quite strange and can never be negative
https://github.com/cheminfo/multiplet-analysis/blob/1f65de474f042a0c1efde86fc8770a8c63152252/src/index.js#L73
Are you thinking in fact about Number.NEGATIVE_INFINITY or the smallest value that can be store in a Number (Number.MIN_VALUE) that corresponds to 5e-324 ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.