symSet SciMax Toolbox Symbols

SciMax Toolbox >> symb

symb

Converts numbers in bigfloat

Calling Sequence

y=symb(x,prec)

Parameters

x

can be of type int, double, complex, string, sym, polynomial

prec

is the required precision

y

is of type sym

Description

The function symb (b as bigfloat) converts with an arbitrary precision a number into bigfloat.

Examples

symb('%pi',314)
F=sym(5);symb((1+sqrt(F))/2,100)

Author

See also

symSet SciMax Toolbox Symbols