numericproc - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/numericproc

convert a symbolic function of two variables to a numeric function of two variables

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( f, numericproc)

Parameters

f

-

function of two variables

Description

• 

Converts a function of two variables into a numeric function of two variables that uses evalhf for low precision numerical evaluation, if possible, evalf otherwise.

Examples

gx,ysinxyy3

gx,ysinxyy3

(1)

fconvertg,numericproc

fprocx,ylocalr;tryrevalhfgx,ycatch:end try;ifnottyper,'numeric'thentryrevalfgx,ycatch:end tryend if;iftyper,'numeric',r,'undefined'end proc

(2)

See Also

evalhf

plottools