JLWSSymbolΒΆ
jws.spad line 91 [edit on github]
Julia Wolfram Symbolic symbols using the MathLink Julia package.
- coerce: % -> Boolean
coerce(sym)coercessymto a FriCAS boolean.Symmust be a JuliaWSboolean- coerce: % -> JLObject
from JLObjectType
- coerce: % -> JLWSExpression
coerce(sym)coercessymto a JLWSExpression.- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: % -> Symbol
coerce(sym)is a convenience function to coercesymto a FriCAS Symbol.
- coerce: Boolean -> %
coerce(bool)coercesboolto a JuliaWSboolean.
- coerce: String -> %
coerce(str)is a convenience function to coerce a String.
- coerce: Symbol -> %
coerce(sym)is a convenience function to coerce a Symbol.
- convert: % -> String
from ConvertibleTo String
- 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
- jlDump: JLObject -> Void
from JLObjectType
- jlEval: % -> %
from JLWSObject
- jlHead: % -> JLWSSymbol
from JLWSObject
- jlId: % -> JLInt64
from JLObjectType
- jlNumeric: % -> %
from JLWSObject
- jlNumeric: (%, PositiveInteger) -> %
from JLWSObject
- jlObject: () -> String
from JLObjectType
- jlRef: % -> SExpression
from JLObjectType
- jlref: String -> %
from JLObjectType
- jlSymbolic: % -> String
from JLWSObject
- jlType: % -> String
from JLObjectType
- jWSInterpret: (String, String) -> %
from JLWSObject
- jWSSym: String -> %
jWSSym(str)constructsstras a JLWSSymbol.
- jWSSym: Symbol -> %
jWSSym(sym)constructssymas a JLWSSymbol.
- latex: % -> String
from SetCategory
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType
- toString: % -> String
from JLWSObject
- WComplex: () -> %
WComplex()returns theWSComplex symbol.
- WFailure: () -> %
WFailure()returns theWSFailure symbol.
- WFalse: () -> %
WFalse()returns theWSFalse symbol.
- WInteger: () -> %
WInteger()returns theWSInteger symbol.
- WList: () -> %
WList()returns theWSList symbol.
- WMissing: () -> %
WMissing()returns theWSMissing symbol.
- WRational: () -> %
WRational()returns theWSRational symbol.
- WReal: () -> %
WReal()returns theWSReal symbol.
- WRule: () -> %
WRule()returns theWSRule symbol.
- WString: () -> %
WString()returns theWSString symbol.
- WSymbol: () -> %
WSymbol()returns theWSSymbol symbol.
- WTrue: () -> %
WTrue()returns theWSTrue symbol.