We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f5ecc0 + 3612a46 commit c1d6b5fCopy full SHA for c1d6b5f
src/Math-CompatibilityUpToPharo11/Float.extension.st
@@ -1,5 +1,11 @@
1
Extension { #name : #Float }
2
3
+{ #category : #'*Math-CompatibilityUpToPharo11' }
4
+Float class >> defaultComparisonPrecision [
5
+
6
+ ^ self machineEpsilon sqrt
7
+]
8
9
{ #category : #'*Math-CompatibilityUpToPharo11' }
10
Float class >> machineEpsilon [
11
"Answer the machine epsilon or macheps, defined by wikipedia asCalypsoItemContext
0 commit comments