JLWSSymbolΒΆ
jws.spad line 91 [edit on github]
JL
Wolfram Symbolic symbols using Wolfram Symbolic Transport Protocol.
- coerce: % -> Boolean
coerce(sym)
coercessym
to a FriCAS boolean.Sym
must be aJL
WS
boolean- coerce: % -> JLObject
from JLObjectType
- coerce: % -> JLWSExpression
coerce(sym)
coercessym
to a JLWSExpression.- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: % -> Symbol
coerce(sym)
is a convenience function to coercesym
to a FriCAS Symbol.
- coerce: Boolean -> %
coerce(bool)
coercesbool
to aJL
WS
boolean.
- 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
- 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)
constructsstr
as a JLWSSymbol.
- jWSSym: Symbol -> %
jWSSym(sym)
constructssym
as a JLWSSymbol.
- latex: % -> String
from SetCategory
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType
- string: % -> String
from JLObjectType
- toString: % -> String
from JLWSObject
- WComplex: () -> %
WComplex()
returns theWS
Complex symbol.
- WFalse: () -> %
WFalse()
returns theWS
False symbol.
- WInteger: () -> %
WInteger()
returns theWS
Integer symbol.
- WList: () -> %
WList()
returns theWS
List symbol.
- WMissing: () -> %
WSymbol() returns the
WS
Missing symbol.
- WRational: () -> %
WRational()
returns theWS
Rational symbol.
- WReal: () -> %
WReal()
returns theWS
Real symbol.
- WRule: () -> %
WRule()
returns theWS
Rule symbol.
- WString: () -> %
WString()
returns theWS
String symbol.
- WSymbol: () -> %
WSymbol()
returns theWS
Symbol symbol.
- WTrue: () -> %
WTrue()
returns theWS
True symbol.