Chalkboard - v3.0.1
    Preparing search index...

    Type Alias ChalkboardComplex

    The type for complex numbers.

    type ChalkboardComplex = {
        a: number;
        b: number;
    }
    Index

    Properties

    a b

    Properties

    a: number

    The real part

    b: number

    The imaginary part