<< 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:x d:y – d:x-y
Return Stack Signature: --
Availability: V1.2
Description:

Performs a signed subtraction of the double values y from x, yielding a double result.
 

Example:

123456. 789567. D- D. (displays -666111)

Comment:

None

See Also: - 

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