1PPI::Token::Number::ExpU(s3e)r Contributed Perl DocumentaPtPiIo:n:Token::Number::Exp(3)
2
3
4

NAME

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

SYNOPSIS

10         $n = 1.0e-2;
11         $n = 1e+2;
12

INHERITANCE

14         PPI::Token::Number::Exp
15         isa PPI::Token::Number::Float
16             isa PPI::Token::Number
17                 isa PPI::Token
18                     isa PPI::Element
19

DESCRIPTION

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

METHODS

25   literal
26       Return the numeric value of this token.
27

SUPPORT

29       See the support section in the main module.
30

AUTHOR

32       Chris Dolan <cdolan@cpan.org>
33
35       Copyright 2006 Chris Dolan.
36
37       This program is free software; you can redistribute it and/or modify it
38       under the same terms as Perl itself.
39
40       The full text of the license can be found in the LICENSE file included
41       with this module.
42
43
44
45perl v5.16.3                      2011-02-26        PPI::Token::Number::Exp(3)
Impressum