PPI::Token::Number::Float - Token class for a floating-point number


PPI documentation  | view source Contained in the PPI distribution.

Index


NAME

Top

PPI::Token::Number::Float - Token class for a floating-point number

SYNOPSIS

Top

  $n = 1.234;

INHERITANCE

Top

  PPI::Token::Number::Float
  isa PPI::Token::Number
      isa PPI::Token
          isa PPI::Element

DESCRIPTION

Top

The PPI::Token::Number::Float class is used for tokens that represent floating point numbers. A float is identified by n decimal point. Exponential notation (the e or E) is handled by the PPI::Token::Number::Exp class.

METHODS

Top

base

Returns the base for the number: 10.

literal

Return the numeric value of this token.

SUPPORT

Top

See the support section in the main module.

AUTHOR

Top

Chris Dolan <cdolan@cpan.org>

COPYRIGHT

Top


PPI documentation  | view source Contained in the PPI distribution.