Skip to content

AlbertoPa/machinePrecision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages