in reply to Re^2: Math::BigFloat bnok() question
in thread Math::BigFloat bnok() question

Then you'll need to make $y a Math::BigInt object before you call methods on it:

$y = $cd_lookup{$codon}*$mfactor; $y = Math::BigInt->new( $y ); $z = $y->bnok($x);

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I knew I was on the right track :)
In the absence of evidence, opinion is indistinguishable from prejudice.
I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!