1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
## This file generated by InlineX::C2XS (version 0.24) using Inline::C (version 0.73)
# Provides access to some gmp and mpfr macros/constants
package Math::MPFR::V;
use strict;
use warnings;
require Exporter;
*import = \&Exporter::import;
require DynaLoader;
our $VERSION = '4.45';
#$VERSION = eval $VERSION;
Math::MPFR::V->DynaLoader::bootstrap($VERSION);
@Math::MPFR::V::EXPORT = ();
@Math::MPFR::V::EXPORT_OK = ();
sub dl_load_flags {0} # Prevent DynaLoader from complaining and croaking
1;
|