User:SqrtNegInf: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (syntaxhighlight)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<lang perl6>say (-Inf).Complex**.5</lang>
<syntaxhighlight lang=raku>say (-∞+0i)**½</syntaxhighlight>
{{out}}
{{out}}
Inf+Inf\i
<pre>Inf+Inf\i</pre>

<br>
====Keeping a gimlet eye on Perl and Raku tasks:====
https://github.com/SqrtNegInf/Rosettacode-Raku-Smoke <br>
https://github.com/SqrtNegInf/Rosettacode-Perl-Smoke


{{mylangbegin}}
{{mylangbegin}}
Line 7: Line 12:
{{mylang|Fortran|Chemistry}}
{{mylang|Fortran|Chemistry}}
{{mylang|Perl|Pink Camel}}
{{mylang|Perl|Pink Camel}}
{{mylang|Perl 6|Learning}}
{{mylang|Raku|Not Half Bad}}
{{mylangend}}
{{mylangend}}

Latest revision as of 16:00, 27 August 2022

say (-∞+0i)**½
Output:
Inf+Inf\i


Keeping a gimlet eye on Perl and Raku tasks:

https://github.com/SqrtNegInf/Rosettacode-Raku-Smoke
https://github.com/SqrtNegInf/Rosettacode-Perl-Smoke

My Favorite Languages
Language Proficiency
APL First Love
Fortran Chemistry
Perl Pink Camel
Raku Not Half Bad