manwar / theweeklychallenge

The Weekly Challenge - Perl & Raku. You do not have to be an expert. https://theweeklychallenge.org
Artistic License 2.0
11 stars 18 forks source link

Wrong result in Example 1 of 157/1 #90

Closed choroba closed 2 years ago

choroba commented 2 years ago
perl -Mbignum -wE 'say +(1*3*5*6*9)**(1/5)'
3.81677890961817631098596511989396487166

But the example says

GM = 3.9
manwar commented 2 years ago

It has now been updated. Thanks @choroba