The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Types::Number::Gauss

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Gauss(...)

INHERITS

Inherits methods from:

       * Sidef::Types::Number::Number

METHODS

!=

Obj != Obj -> Obj

Return the

Aliases: ne

%

Obj % Obj -> Obj

Return the

Aliases: mod

&

Obj & Obj -> Obj

Return the

Aliases: and

*

Obj * Obj -> Obj

Return the

Aliases: mul

**

Obj ** Obj -> Obj

Return the

Aliases: pow

+

Obj + Obj -> Obj

Return the

Aliases: add

++

Obj ++ Obj -> Obj

Return the

Aliases: inc

-

Obj - Obj -> Obj

Return the

Aliases: sub

--

Obj -- Obj -> Obj

Return the

Aliases: dec

/

Obj / Obj -> Obj

Return the

Aliases: ÷, div

<

Obj < Obj -> Obj

Return the

Aliases: lt

<<

Obj << Obj -> Obj

Return the

Aliases: lsft, shift_left

<=>

Obj <=> Obj -> Obj

Return the

Aliases: cmp

==

Obj == Obj -> Obj

Return the

Aliases: eq

>

Obj > Obj -> Obj

Return the

Aliases: gt

>>

Obj >> Obj -> Obj

Return the

Aliases: rsft, shift_right

^

Obj ^ Obj -> Obj

Return the

Aliases: xor

|

Obj | Obj -> Obj

Return the

Aliases: or

Obj Obj -> Obj

Return the

Aliases: <=, le

Obj Obj -> Obj

Return the

Aliases: >=, ge

abs

Gauss.abs() -> Obj

Return the

ceil

Gauss.ceil() -> Obj

Return the

conj

Gauss.conj() -> Obj

Return the

dump

Gauss.dump() -> Obj

Return the

float

Gauss.float() -> Obj

Return the

floor

Gauss.floor() -> Obj

Return the

gcd

Gauss.gcd() -> Obj

Return the

gcd_norm

Gauss.gcd_norm() -> Obj

Return the

iabs

Gauss.iabs() -> Obj

Return the

im

Gauss.im() -> Obj

Return the

Aliases: imag

inv

Gauss.inv() -> Obj

Return the

invmod

Gauss.invmod() -> Obj

Return the

is_coprime

Gauss.is_coprime() -> Obj

Return the

is_imag

Gauss.is_imag() -> Obj

Return the

is_mone

Gauss.is_mone() -> Obj

Return the

is_one

Gauss.is_one() -> Obj

Return the

is_prime

Gauss.is_prime() -> Obj

Return the

is_real

Gauss.is_real() -> Obj

Return the

is_zero

Gauss.is_zero() -> Obj

Return the

neg

Gauss.neg() -> Obj

Return the

new

Gauss.new() -> Obj

Return the

Aliases: call

norm

Gauss.norm() -> Obj

Return the

powmod

Gauss.powmod() -> Obj

Return the

re

Gauss.re() -> Obj

Return the

Aliases: real

reals

Gauss.reals() -> Obj

Return the

round

Gauss.round() -> Obj

Return the

sgn

Gauss.sgn() -> Obj

Return the

to_c

Gauss.to_c() -> Obj

Return the

to_n

Gauss.to_n() -> Obj

Return the

to_s

Gauss.to_s() -> Obj

Return the