numopt-js
    Preparing search index...

    Interface NumericalDifferentiationOptions

    Options for numerical differentiation.

    interface NumericalDifferentiationOptions {
        stepSize?: number;
    }
    Index

    Properties

    Properties

    stepSize?: number

    Step size for finite difference approximation. Default: 1e-6