NemoFactored R

jnemo.spad line 1226 [edit on github]

Nemo factored objects.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

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.

jlAbout: % -> Void

from JuliaObjectType

jlApply: (String, %) -> %

from JuliaObjectType

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

from JuliaObjectType

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

from JuliaObjectType

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

from JuliaObjectType

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

from JuliaObjectType

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

from JuliaObjectType

jlId: % -> String

from JuliaObjectType

jlRef: % -> SExpression

from JuliaObjectType

jlref: String -> %

from JuliaObjectType

jlType: % -> String

from JuliaObjectType

latex: % -> String

from SetCategory

mutable?: % -> Boolean

from JuliaObjectType

nothing?: % -> Boolean

from JuliaObjectType

string: % -> String

from JuliaObjectType

unit: % -> R

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

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JuliaObjectType

JuliaType

SetCategory