INV result is a Float
This commit is contained in:
parent
e7532a3559
commit
490dfa5583
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ module Rpl
|
|||
|
||||
# inverse
|
||||
def inverse( stack, dictionary )
|
||||
stack << { value: '« 1 swap / »',
|
||||
stack << { value: '« 1.0 swap / »',
|
||||
type: :program }
|
||||
|
||||
Rpl::Lang::Core.eval( stack, dictionary )
|
||||
|
|
Loading…
Reference in a new issue