Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Remove the minNum and maxNum functions. #345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove the minNum and maxNum functions. #345

wants to merge 1 commit into from

Conversation

stoklund
Copy link

See discussion in #341.

These two functions were added to correspond with the IEEE 754 functions of the
same name. However, since EcmaScript doesn't distinguish quiet and signaling
NaNs, it is non-trivial to achieve the exact same behavior as the IEEE
functions.

The SIMD.js min() and max() functions remain. They have the same behavior as
Math.min() and Math.max().

See discussion in #341.

These two functions were added to correspond with the IEEE 754 functions of the
same name. However, since EcmaScript doesn't distinguish quiet and signaling
NaNs, it is non-trivial to achieve the exact same behavior as the IEEE
functions.

The SIMD.js min() and max() functions remain. They have the same behavior as
Math.min() and Math.max().
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant