Math::Symbolic::ExportConstants - Export constants used for Math::Symbolic
Contents
Description
This just exports a number of constants on demand. Usually, you'd want to rather use Math::Symbolic
instead. Math::Symbolic allows you to optionally export the same constants as this module, but using the
':constants' tag instead of the ':all' tag that you'd have to use with this module.
Please refer to the documentation of the Math::Symbolic module for a list of constants.
EXPORT
None by default. But since exporting symbols is the only functionality of this module, you'll want to
export the :all group of constants.
Name
Math::Symbolic::ExportConstants - Export constants used for Math::Symbolic
See Also
New versions of this module can be found on http://steffen-mueller.net or CPAN. The module development
takes place on Sourceforge at http://sourceforge.net/projects/math-symbolic/
Math::Symbolic
perl v5.40.0 2024-09-16 Math::Symbolic::ExportConstants(3pm)
Synopsis
use Math::Symbolic::ExportConstants qw/:all/;
