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


D/ Search:

In Math Words in 32-bit library

Word Name: D/
Type: Standard word
Data Stack Signature: d:dividend d:divisor – d:remainder d:quotient
Return Stack Signature: --
Availability: V1.2
Description:

Performs a signed division, dividing the divisor into the dividend, returning a double quotient and double remainder.
 

Example:

244344178. 99. D/ (divides 244344177 by 99)
D. (displays the quotient: 2468123)
D. (displays the remainder:1)

Comment:

None

See Also: / 

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