Function create_flt

  • Constructs a floating point number object from a number primitive.

    Parameters

    • value: number

      The floating point number value.

    • Optional pos: number

      The start position of the number in the source text.

    • Optional end: number

      The end position of the number in the source text.

    Returns Flt