To save content items to your account,
please confirm that you agree to abide by our usage policies.
If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account.
Find out more about saving content to .
To save content items to your Kindle, first ensure no-reply@cambridge.org
is added to your Approved Personal Document E-mail List under your Personal Document Settings
on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part
of your Kindle email address below.
Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations.
‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi.
‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Constants is a Fortran 95 module implementation of the astronomical and physical constants data given in Appendix A (a C++ header file version is also available). Constants also includes high-precision values of mathematical constants (π, e) and conversion factors between degrees and radians. In addition, Constants provides various machine constants characteristic of the particular platform that a code is running on. For example, in the Fortran 95 implementation, Constants includes machine-queried KIND designations for single, double, and quadruple precision, the smallest and largest numbers that can be represented by the computer for a specific precision, and the number of significant figures that can be represented for each level of precision.
Constants is employed by the other codes described in the appendices that follow. The source code is available for download from the resources tab on following