NAME

Sidef::Types::Number::Quadratic

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Quadratic(...)

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

a

Quadratic.a() -> Obj

Return the

Aliases: real

abs

Quadratic.abs() -> Obj

Return the

b

Quadratic.b() -> Obj

Return the

Aliases: imag

ceil

Quadratic.ceil() -> Obj

Return the

conj

Quadratic.conj() -> Obj

Return the

dump

Quadratic.dump() -> Obj

Return the

float

Quadratic.float() -> Obj

Return the

floor

Quadratic.floor() -> Obj

Return the

inv

Quadratic.inv() -> Obj

Return the

invmod

Quadratic.invmod() -> Obj

Return the

is_coprime

Quadratic.is_coprime() -> Obj

Return the

is_imag

Quadratic.is_imag() -> Obj

Return the

is_mone

Quadratic.is_mone() -> Obj

Return the

is_one

Quadratic.is_one() -> Obj

Return the

is_real

Quadratic.is_real() -> Obj

Return the

is_zero

Quadratic.is_zero() -> Obj

Return the

neg

Quadratic.neg() -> Obj

Return the

new

Quadratic.new() -> Obj

Return the

Aliases: call

norm

Quadratic.norm() -> Obj

Return the

powmod

Quadratic.powmod() -> Obj

Return the

ratmod

Quadratic.ratmod() -> Obj

Return the

reals

Quadratic.reals() -> Obj

Return the

round

Quadratic.round() -> Obj

Return the

sgn

Quadratic.sgn() -> Obj

Return the

sqr

Quadratic.sqr() -> Obj

Return the

to_c

Quadratic.to_c() -> Obj

Return the

Aliases: to_n

to_s

Quadratic.to_s() -> Obj

Return the

w

Quadratic.w() -> Obj

Return the

Aliases: order