X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FComparisons.hs;h=b5d76d5b11d6da85ca386021be918041d83abd53;hb=d60de7d5ab06d6c3261826b843ee89cf12ab9667;hp=4bf4cebb69ece2947eb1deccf0dfa9cfda20f266;hpb=00a4dc471c4dc1c48c6012cc897c37d14a2f1644;p=spline3.git diff --git a/src/Comparisons.hs b/src/Comparisons.hs index 4bf4ceb..b5d76d5 100644 --- a/src/Comparisons.hs +++ b/src/Comparisons.hs @@ -3,8 +3,8 @@ module Comparisons where -- | epsilon is the value that will be used in all tests that require --- some measure of "closeness." Increasing it will make those tests --- more tolerant. +-- some measure of \"closeness.\" Increasing it will make those +-- tests more tolerant. epsilon :: Double epsilon = 0.0001