<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


DMIN Search:

In Comparison Words in 32-bit library

Word Name: DMIN
Type: Standard word
Data Stack Signature: d:x d:y – d:x|d:y
Return Stack Signature: --
Availability: V1.2
Description:

Arithmetically compares the double values x and y and drops the higher value, retaining the lower value.
 

Example:

10. -10. DMIN D. (displays -10)

Comment:

None

See Also: MAX  MIN  DMAX 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>