NemoFactored R¶
jnemo.spad line 1226 [edit on github]
R: Join(NemoType, IntegralDomain)
Nemo factored objects.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- factor: R -> %
factor(intd)
returns the factorization ofintd
.
- factor: R -> Factored R
factor(intd)
returns the factorization ofintd
. 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.