Package mpfun


class mpfun
This class contains shared variables, macros, and functions that are used by other mp-classes that inherit it.

Author:
Herman Harjono

Version:
Sep 21, 1998.

Source:
../../include/mpfun.h:14

Variables Index

MPNW
[public] Current precision level, in words. Initial value: 16.
mp2
[public]
mp21
[public]
mpeps
[public] Current MP epsilon value. 10^MPIEP.
mpiep
[public] Log_10 of MP epsilon level
mpiou
[public] Output precision, in digits.
mpipl
[public] Precision level, in digits
mpl02
[public] Log 2.
mpl10
[public] Log 10.
mpoud
[public] Current output precision (in digits).
mppic
[public] Pi.
mpwds
[public] Precision level, in words.


Variables

mpipl

public static const int mpipl ;
Precision level, in digits

mpiou

public static const int mpiou ;
Output precision, in digits.

mpiep

public static const int mpiep ;
Log_10 of MP epsilon level

mpwds

public static const int mpwds ;
Precision level, in words.

mpoud

public static const int mpoud ;
Current output precision (in digits).

mp2

public static const int mp2 ;

mp21

public static const int mp21 ;

mpl02

public static mp_real & mpl02 ;
Log 2.

mpl10

public static mp_real & mpl10 ;
Log 10.

mppic

public static mp_real & mppic ;
Pi.

mpeps

public static mp_real & mpeps ;
Current MP epsilon value. 10^MPIEP.

MPNW

public static const int MPNW ;
Current precision level, in words. Initial value: 16.

This documentation was generated automatically by the ccdoc tool (version 0.6).
Click here to submit a bug report or feature request.