logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Float - default floating point (rheolef-7.2)

Author

Pierre Saramito <Pierre.Saramito@imag.fr>

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

Name

Float - default floating point (rheolef-7.2)

See Also