Provided by: librheolef-dev_7.2-3build1_amd64
NAME
Float - default floating point (rheolef-7.2)
DESCRIPTION
The default floating point in the Rheolef library is the double precision type (64 bits): typedef double Float; This default behavior could be changed at the configuration stage, before the compilation of the library. For instance, choosing the float128 quadruple precision (128 bits) is possible. Using the Float type instead of double one open the possibility to run codes that use Rheolef with different floating point precision.
IMPLEMENTATION
This documentation has been generated from file config/Float.h
AUTHOR
Pierre Saramito <Pierre.Saramito@imag.fr>
COPYRIGHT
Copyright (C) 2000-2018 Pierre Saramito <Pierre.Saramito@imag.fr> GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.