NMFactored R

jnemo.spad line 1716 [edit on github]

NM factored objects.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> JLObject

from JLObjectType

coerce: % -> OutputForm

from CoercibleTo OutputForm

convert: % -> String

from ConvertibleTo String

factor: R -> %

factor(intd) returns the factorization of intd.

factor: R -> Factored R

factor(intd) returns the factorization of intd. Currently its printed OutputForm can be difficult to “interpret”. Use factorList(factor(intd)@Factored(%)) to have a more understandable representation.

factorSquareFree: R -> %

factorSquareFree(intd) returns the factorization of intd.

factorSquareFree: R -> Factored R

factorSquareFree(intd) returns the factorization of intd.

jlAbout: % -> Void

from JLObjectType

jlApply: (String, %) -> %

from JLObjectType

jlApply: (String, %, %) -> %

from JLObjectType

jlApply: (String, %, %, %) -> %

from JLObjectType

jlApply: (String, %, %, %, %) -> %

from JLObjectType

jlApply: (String, %, %, %, %, %) -> %

from JLObjectType

jlDisplay: % -> Void

from JLObjectType

jlId: % -> JLInt64

from JLObjectType

jlObject: () -> String

from JLObjectType

jlRef: % -> SExpression

from JLObjectType

jlref: String -> %

from JLObjectType

jlType: % -> String

from JLObjectType

latex: % -> String

from SetCategory

mutable?: % -> Boolean

from JLObjectType

nothing?: % -> Boolean

from JLObjectType

string: % -> String

from JLObjectType

unit: % -> R

unit(fr) returns the unit part of the factorization.

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JLObjectType

JLType

SetCategory