Perseus
    Preparing search index...
    type ExponentialUserInput = {
        asymptote?: number | null;
        coords?: readonly Coord[] | null;
    }
    Index

    Properties

    Properties

    asymptote?: number | null
    coords?: readonly Coord[] | null