select_precision(n) 1.0 "flibs"

NAME

select_precision - Select the precision for real variables

TABLE OF CONTENTS

    TABLE OF CONTENTS
    DESCRIPTION
    COPYRIGHT

DESCRIPTION

The auxiliary select_precision module defines three parameters by which you can select the precision for real variables and constants:

Note: One of the pitfalls in using double precision is that literal constants, such as 1.2345678901234567890 are not automatically interpreted as double precision. You need to specify the kind explicitly: 1.2345678901234567890_wp will define the constant in the working precision.

COPYRIGHT

Copyright © 2008 Arjen Markus <arjenmarkus@sourceforge.net>