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


DMAX Search:

In Comparison Words in 32-bit library

Word Name: DMAX
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 lower value, retaining the higher value.

Example:

10. -10. DMAX D. (displays 10)

Comment:

None

See Also: MAX  MIN 

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