Interface EngineConfig

interface EngineConfig {
    allowUndeclaredVars: "Err" | "Nil";
    prolog: string[];
    useCaretForExponentiation: boolean;
    useDerivativeShorthandLowerD: boolean;
    useIntegersForPredicates: boolean;
}

Properties

allowUndeclaredVars: "Err" | "Nil"
prolog: string[]
useCaretForExponentiation: boolean
useDerivativeShorthandLowerD: boolean
useIntegersForPredicates: boolean