Math3D Full Project API
Preparing search index...
renderer/src/math/complexExpr
compileComplexExpression
Function compileComplexExpression
compileComplexExpression
(
src
:
string
,
allowedVars
?:
(
"z"
|
"u"
|
"v"
)
[]
,
)
:
{
error
?:
ComplexExprError
;
fn
?:
(
vars
:
ComplexVars
)
=>
Complex
}
Parameters
src
:
string
allowedVars
: (
"z"
|
"u"
|
"v"
)
[]
= ...
Returns
{
error
?:
ComplexExprError
;
fn
?:
(
vars
:
ComplexVars
)
=>
Complex
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Math3D Full Project API
Loading...