<< toString SYMSCI Toolbox typeId >>

SYMSCI Toolbox >> SYMSCI Toolbox > typeClass

typeClass

type class of symbolic

Calling Sequence

name = typeClass( a )

Arguments

a

symbolic

name

string

Description

Returns the class name of a symbolic a.

Examples

// some symbolic scalar ..
a = Sym("x+5")
b = Sym("5+x")
c = Sym("1")
d = Sym("1.0")

// ... and their class names
typeClass(a)
typeClass(b)
typeClass(c)
typeClass(d)

See Also

Authors

Bibliography

SymEngine: C++ library for fast symbolic manipulation.


Report an issue
<< toString SYMSCI Toolbox typeId >>