m+ ( d1 n -- d2 )
published: 31 January 2023 / updated 7 February 2023
Adds a single-precision signed integer n1 to a signed double-precision integer d1 and leaves on the stack a double-precision signed integer d2.
Example:
6. 3 m+ d. \ display 9
published: 31 January 2023 / updated 7 February 2023
Adds a single-precision signed integer n1 to a signed double-precision integer d1 and leaves on the stack a double-precision signed integer d2.
6. 3 m+ d. \ display 9