-
Notifications
You must be signed in to change notification settings - Fork 1
A small C++ code to compute machine precision
License
AlbertoPa/machinePrecision
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description ----------- machinePrecision is a small code that provides the value of the machine epsilon. Two approaches are used - Printing the values obtained from float.h - Computing an approximated value of the machine epsilon. A templated function is provided to perform this task. Build instruction ----------------- You need gcc installed on your system to proceed with the build process. Type "make" to build machinePrecision. Usage ----- Type ./machinePrecision from inside the directory containing the executable.
About
A small C++ code to compute machine precision
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published