Skip to content
Snippets Groups Projects
Commit c6168732 authored by Sergey Bozhko's avatar Sergey Bozhko :eyes:
Browse files

Add notion of epsilon

parent d51f0df3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
util/epsilon.v 0 → 100644
Module Epsilon.
(* ε is defined as the smallest positive number. *)
Definition ε := 1.
End Epsilon.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment