Represents floating point numbers according to the double representations defined by the IEEE-754-1985

interface FloatLiteral {
    type?: string;
    value?: number;
}

Properties

Properties

type?: string
value?: number
MMNEPVFCICPMFPCPTTAAATR