JuliaWSObject¶
jws.spad line 1 [edit on github]
Julia Wolfram Symbolic Object category using the Wolfram Symbol Transport Protocol.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- 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
- jlEval: % -> %
jlEval(expr)
evaluateexpr
using the Wolfram Symbolic Transport Protocol.
- jlHead: % -> JuliaWSSymbol
jlHead(expr)
returns the Head type ofexpr
.
- jlId: % -> String
from JuliaObjectType
- jlNumeric: % -> %
jlNumeric(expr)
returns numericalexpr
.
- jlNumeric: (%, PositiveInteger) -> %
jlNumeric(expr, prec)
returns numericalexpr
with digits precision prec.
- jlRef: % -> SExpression
from JuliaObjectType
- jlref: String -> %
from JuliaObjectType
- jlSymbolic: % -> String
jlSymbolix(expr) returns the symbolic ‘FullForm’
- jlType: % -> String
from JuliaObjectType
- jWSInterpret: (String, String) -> %
jWSInterpret(Type, Expr)
interprets Expr to be of typeType
using the Wolfram Symbolic Language. For example: example{jWSInterpret(“Number”,”3.2”)@JWSREAL} example{jWSInterpret(“Real”,”3.2”)@JWSREAL}
- latex: % -> String
from SetCategory
- mutable?: % -> Boolean
from JuliaObjectType
- nothing?: % -> Boolean
from JuliaObjectType
- string: % -> String
from JuliaObjectType
- toString: % -> String
toString(obj)
returns its string representation.