Talk:Modular inverse: Difference between revisions

From Rosetta Code
Content added Content deleted
(Handle a < 0?)
(No difference)

Revision as of 16:38, 14 November 2013

Handle a < 0 ?

The problem is perfectly well defined for a < 0, but many of the implementations (e.g. the C version and translations thereof) do not handle this case correctly. Is this a bug in the implementations or in the problem specification.

— Steven G. Johnson (talk) 16:38, 14 November 2013 (UTC)