-
-
07 Jun 2009 03:45:40 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (358 / 300 / 0)
- Kwalitee
Bus factor: 0- 40.55% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (234.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Inline
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.08
- added the new config option 'MATH_LIB'.
- added C function load_math_lib() to file mylib/myutil2.c
- modified XS function bc_init() in file BC.xs to allow loading of BC's math library.
- modified C function my_perl_bc_init() in file mylib/myutil2.c to allow loading of BC's math library.
- in file BC.pm, added code to subroutine validate() to check and process the new config option 'MATH_LIB'.
- in file BC.pm, moved the initialisation of BC interpreter from subroutine eval_support_code() to validate().
- in file BC.pm, added the global variable $use_math_lib.
- modified subroutine validate() in file BC.pm to allow the 'FILTERS' config option to work with Inline::Filters again.
- added a new, comprehensive section "CONFIG OPTIONS" to the POD documentation of file BC.pm
- modified Makefile.PL to include Test::More as a prerequisite module.
- added the new test files t/02mathlib.t, tools/02mathlib-ev.dat
Modules
Inline ILSM for bc the arbitrary precision math LanguageOther files
Module Install Instructions
To install Inline::BC, copy and paste the appropriate command in to your terminal.
cpanm Inline::BC
perl -MCPAN -e shell install Inline::BC
For more information on module installation, please visit the detailed CPAN module installation guide.