PPI::Token::Number::Exp - Token class for an exponential notation number


PPI documentation  | view source Contained in the PPI distribution.

Index


NAME

Top

PPI::Token::Number::Exp - Token class for an exponential notation number

SYNOPSIS

Top

  $n = 1.0e-2;
  $n = 1e+2;

INHERITANCE

Top

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

DESCRIPTION

Top

The PPI::Token::Number::Exp class is used for tokens that represent floating point numbers with exponential notation.

METHODS

Top

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.