File: Prec.pm

package info (click to toggle)
libmath-mpfr-perl 4.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,744 kB
  • sloc: perl: 1,533; ansic: 517; makefile: 9
file content (23 lines) | stat: -rwxr-xr-x 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## This file generated by InlineX::C2XS (version 0.24) using Inline::C (version 0.73)

# For an explanation of the existence of this module and the one (prec_cast) function
# that it provides, see the FORMATTED OUTPUT section of MPFR.pm's pod.

package Math::MPFR::Prec;
use strict;
use warnings;

require Exporter;
*import = \&Exporter::import;
require DynaLoader;

our $VERSION = '4.46';
#$VERSION = eval $VERSION;
Math::MPFR::Prec->DynaLoader::bootstrap($VERSION);

@Math::MPFR::Prec::EXPORT = ();
@Math::MPFR::Prec::EXPORT_OK = ();

sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking

1;