.TH "Float" 2rheolef "Sat Mar 13 2021" "Version 7.1" "rheolef" \" -*- nroff -*- .ad l .nh .SH NAME Float \- default floating point (rheolef-7\&.1) .SH "DESCRIPTION" .PP The default floating point in the Rheolef library is the \fCdouble\fP precision type (64 bits): .PP .nf typedef double Float; .fi .PP This default behavior could be changed at the \fBconfiguration\fP stage, before the compilation of the library\&. For instance, choosing the \fCfloat128\fP quadruple precision (128 bits) is possible\&. .PP Using the \fCFloat\fP type instead of \fCdouble\fP one open the possibility to run codes that use Rheolef with different floating point precision\&. .SH "IMPLEMENTATION" .PP This documentation has been generated from file config/Float\&.h .SH AUTHOR Pierre Saramito .SH COPYRIGHT Copyright (C) 2000-2018 Pierre Saramito GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.