Math::GSL::Const(3pm) | User Contributed Perl Documentation | Math::GSL::Const(3pm) |
Math::GSL::Const - Constants
use Math::GSL::Const qw/:all/; print "The Euler-Mascheroni Constant is $M_EULER\n";
There are many constants in this module, which are split into six subcategories a.k.a tags:
Importing the tag "all" is the same as importing all of these.
Jonathan "Duke" Leto <jonathan@leto.net> and Thierry Moisan <thierry.moisan@gmail.com>
Copyright (C) 2008-2021 Jonathan "Duke" Leto and Thierry Moisan
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-20 | perl v5.36.0 |