1PPI::Token::Number::ExpU(s3e)r Contributed Perl DocumentaPtPiIo:n:Token::Number::Exp(3)
2
3
4
6 PPI::Token::Number::Exp - Token class for an exponential notation
7 number
8
10 $n = 1.0e-2;
11 $n = 1e+2;
12
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
21 The "PPI::Token::Number::Exp" class is used for tokens that represent
22 floating point numbers with exponential notation.
23
25 literal
26 Return the numeric value of this token.
27
29 See the support section in the main module.
30
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.34.0 2022-02-02 PPI::Token::Number::Exp(3)