logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Chris Dolan <cdolan@cpan.org>

Description

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

Inheritance

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

Methods

literal
       Return the numeric value of this token.

Name

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

Support

       See the support section in the main module.

Synopsis

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

See Also