The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sidef::Types::Number::PolynomialMod

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = PolynomialMod(...)

INHERITS

Inherits methods from:

       * Sidef::Types::Number::Polynomial

METHODS

!=

    a != b

Returns the

Aliases: ne

%

    a % b

Returns the

Aliases: mod

*

    a * b

Returns the

Aliases: mul

**

    a ** b

Returns the

Aliases: pow

+

    a + b

Returns the

Aliases: add

++

    a ++ b

Returns the

Aliases: inc

-

    a - b

Returns the

Aliases: sub

--

    a -- b

Returns the

Aliases: dec

/

    a / b

Returns the

Aliases: ÷, div

//

    a // b

Returns the

Aliases: idiv, idiv_ceil, idiv_floor, idiv_round, idiv_trunc

<

    a < b

Returns the

Aliases: lt

<=>

    a <=> b

Returns the

Aliases: cmp

==

    a == b

Returns the

Aliases: eq

>

    a > b

Returns the

Aliases: gt

    a ≤ b

Returns the

Aliases: <=, le

    a ≥ b

Returns the

Aliases: >=, ge

abs

    x.abs

Returns the

binomial

    n.binomial(k)

Returns the

ceil

    x.ceil

Returns the

chinese

    *polynomials.chinese

Returns the

derivative

    x.derivative

Returns the

divmod

    x.divmod(y)

Returns the

dump

    x.dump

Returns the

eval

    x.eval(value)

Returns the

float

    x.float

Returns the

floor

    x.floor

Returns the

gcd

    x.gcd(y)

Returns the

gcdext

    x.gcdext(y)

Returns the

inv

    x.inv

Returns the

is_mone

    x.is_mone

Returns the

is_one

    x.is_one

Returns the

is_zero

    x.is_zero

Returns the

lcm

    x.lcm(y)

Returns the

lift

    self.lift

Returns the

Aliases: to_poly

modulus

    self.modulus

Returns the

neg

    x.neg

Returns the

new

    self.new

Returns the

Aliases: call

pretty

    x.pretty

Returns the

rat

    x.rat

Returns the

rat_approx

    x.rat_approx

Returns the

round

    x.round(r)

Returns the

sqr

    x.sqr

Returns the

to_s

    x.to_s

Returns the

Aliases: stringify