1Math::Symbolic::ExportCUosnesrtaCnotnst(r3i)buted Perl DMoactuhm:e:nStyamtbioolnic::ExportConstants(3)
2
3
4
6 Math::Symbolic::ExportConstants - Export constants used for Math::Sym‐
7 bolic
8
10 use Math::Symbolic::ExportConstants qw/:all/;
11
13 This just exports a number of constants on demand. Usually, you'd want
14 to rather use Math::Symbolic instead. Math::Symbolic allows you to
15 optionally export the same constants as this module, but using the
16 ':constants' tag instead of the ':all' tag that you'd have to use with
17 this module.
18
19 Please refer to the documentation of the Math::Symbolic module for a
20 list of constants.
21
22 EXPORT
23
24 None by default. But since exporting symbols is the only functionality
25 of this module, you'll want to export the :all group of constants.
26
28 Please send feedback, bug reports, and support requests to the
29 Math::Symbolic support mailing list: math-symbolic-support at lists dot
30 sourceforge dot net. Please consider letting us know how you use
31 Math::Symbolic. Thank you.
32
33 If you're interested in helping with the development or extending the
34 module's functionality, please contact the developers' mailing list:
35 math-symbolic-develop at lists dot sourceforge dot net.
36
37 List of contributors:
38
39 Steffen Müller, symbolic-module at steffen-mueller dot net
40 Stray Toaster, mwk at users dot sourceforge dot net
41 Oliver Ebenhöh
42
44 New versions of this module can be found on http://steffen-mueller.net
45 or CPAN. The module development takes place on Sourceforge at
46 http://sourceforge.net/projects/math-symbolic/
47
48 Math::Symbolic
49
50
51
52perl v5.8.8 2008-02-22Math::Symbolic::ExportConstants(3)