sesaparcours
    Preparing search index...

    Interface representing a fraction with numerator and denominator.

    interface NumeratorDenominator {
        d: number | bigint;
        n: number | bigint;
    }
    Index

    Properties

    d n

    Properties

    d: number | bigint
    n: number | bigint