User:SqrtNegInf: Difference between revisions

From Rosetta Code
Content added Content deleted
m (links to github projects)
m (syntaxhighlight)
 
Line 1: Line 1:
<lang perl6>say (-∞+0i)**½</lang>
<syntaxhighlight lang=raku>say (-∞+0i)**½</syntaxhighlight>
{{out}}
{{out}}
Inf+Inf\i
<pre>Inf+Inf\i</pre>


<br>
<br>

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