• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Math/SymbolicX/H28-Jan-2008-13130

t/H28-Jan-2008-6448

ChangesH A D28-Jan-2008443 1711

MANIFESTH A D28-Jan-2008222 1211

META.ymlH A D28-Jan-2008670 1918

Makefile.PLH A D28-Jan-2008866 2924

READMEH A D27-Jan-20081.2 KiB4831

t.plH A D27-Jan-2008241 1411

README

1Math::SymbolicX::Error version 1.00
2===================================
3
4Adds support for numbers with errors to the Math::Symbolic parser
5using the Number::WithError module.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  Math::Symbolic
21  Number::WithError
22  Test::More
23  Math::SymbolicX::ParserExtensionFactory
24  Parse::RecDescent
25
26SEE ALSO
27
28Current versions of this module may be found on http://steffen-mueller.net or
29CPAN.
30
31Please send your suggestions, inquiries, and feedback to
32math-symbolic-support at lists dot sourceforge dot net. Feel free to
33subscribe to the developers mailing list:
34math-symbolic-develop at lists dot sourceforge dot net
35
36Number::WithError for details on how errors are treated.
37
38Math::SymbolicX::ParserExtensionFactory for the implementation details.
39
40Math::Symbolic and Math::Symbolic::Parser for the full scoop if info.
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2006-2008 Steffen Mueller
45
46This library is free software; you can redistribute it and/or modify
47it under the same terms as Perl itself.
48