Re: think I found a bug in the doc's

2016-10-04 Thread Moritz Lenz
Hi, On 04.10.2016 13:06, Francis (Grizzly) Smit wrote: > in https://docs.perl6.org/type/Int#routine_expmod > > it reads: > > > routine expmod > > multi sub expmod(Int $y,Int $mod)returns Int:D > multi method expmod(Int:D: Int $y,Int

think I found a bug in the doc's

2016-10-04 Thread Francis (Grizzly) Smit
in https://docs.perl6.org/type/Int#routine_expmod it reads: routine expmod multi sub expmod(Int $y,Int $mod)returns Int:D multi method expmod(Int:D: Int $y,Int $mod)returns Int:D Returns the given |Int| raised to the |$y| power within