Macaulay2 » Documentation
Packages » MapleInterface :: msqrt
next | previous | forward | backward | up | index | toc

msqrt -- Compute modular square root.

Synopsis

Description

Computes a modular square root solving x^2 = m mod n. This is useful in the case of very large numbers, in which case the M2 native routines will not work.

i1 : msqrt(3,12347)

o1 = 10378

Ways to use msqrt :

For the programmer

The object msqrt is a method function.