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


DU* Search:

In Math Words in 32-bit library

Word Name: DU*
Type: Standard word
Data Stack Signature: ud:x ud:y -- d:x*y
Return Stack Signature: --
Availability: V1.2
Description:

Performs an unsigned multiplication of the double values x and y, yielding an unsigned-double result.

Example:

123456. 8. DU* D. (displays 987648)

Comment:

None

See Also: UM* 

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