From cbcaeea5102650007f8181fbb33b82d4c77e167e Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 9 Dec 2021 16:32:19 +0100 Subject: [PATCH] formatting --- lib/dictionary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dictionary.rb b/lib/dictionary.rb index 3197b2a..52adf45 100644 --- a/lib/dictionary.rb +++ b/lib/dictionary.rb @@ -163,7 +163,7 @@ module Rpl # TRIG ON REALS AND COMPLEXES add( 'pi', proc { |stack, dictionary| Rpl::Lang::Core.pi( stack, dictionary ) } ) - add( '𝛑', proc { |stack, dictionary| Rpl::Lang::Core.pi( stack, dictionary ) } ) # alias + add( '𝛑', proc { |stack, dictionary| Rpl::Lang::Core.pi( stack, dictionary ) } ) # alias # add( 'sin', proc { |stack, dictionary| Rpl::Lang::Core.__todo( stack, dictionary ) } ) # sinus # add( 'asin', proc { |stack, dictionary| Rpl::Lang::Core.__todo( stack, dictionary ) } ) # arg sinus # add( 'cos', proc { |stack, dictionary| Rpl::Lang::Core.__todo( stack, dictionary ) } ) # cosinus