GIsqrt - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GaussInt

  

GIsqrt

  

Gaussian integer square root

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GIsqrt(x)

Parameters

x

-

Gaussian integer

Description

• 

The GIsqrt function computes a Gaussian integer approximation to the square root of x. The approximation is exact for perfect squares; the distance between x and its approximation is less than or equal to 22 otherwise.

Examples

withGaussInt:

GIsqrt5+12I

2+3I

(1)

GIsqrt7+9I

3+I

(2)

See Also

GIissqr