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
|
# inverse
|
||||||
def inverse( stack, dictionary )
|
def inverse( stack, dictionary )
|
||||||
stack << { value: '« 1 swap / »',
|
stack << { value: '« 1.0 swap / »',
|
||||||
type: :program }
|
type: :program }
|
||||||
|
|
||||||
Rpl::Lang::Core.eval( stack, dictionary )
|
Rpl::Lang::Core.eval( stack, dictionary )
|
||||||
|
|
Loading…
Reference in a new issue