in reply to Re: Re: computing square root by hand -- no sqrt (golf, beginner)
in thread computing square root by hand -- no sqrt (golf, beginner)


Since you're only using one argument you can call it with one argument and shorten it to 16:
die pop()**.5,$/
but that's bending the rules...
jynx
  • Comment on Re: Re: Re: computing square root by hand -- no sqrt (golf, beginner)
  • Download Code