in reply to [OT] Call to arms for mathematicians:(Update: please ignore!)

Considering that this formule includes "infinity to the power of minus seven", a straightforward way to produce the same result would be 0/0.

Replies are listed 'Best First'.
Re^2: [OT] Call to arms for mathematicians:
by tobyink (Canon) on Jul 10, 2013 at 18:14 UTC

    That would be the first formula from Lemma 6.3.

    package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name