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.
1 parent 4fc1be8 commit dba1d79Copy full SHA for dba1d79
doc/Type/Test.pod6
@@ -192,16 +192,18 @@ of the test.
192
Defined as:
193
194
multi sub is-approx(Numeric $got, Numeric $expected, $desc = '')
195
+
196
multi sub is-approx(Numeric $got, Numeric $expected, Numeric $abs-tol,$desc = '')
- =for code
197
198
+=for code :method
199
multi sub is-approx(Numeric $got, Numeric $expected, $desc = '',
200
Numeric :$rel-tol is required)
201
202
203
204
Numeric :$abs-tol is required)
205
206
207
208
Numeric :$rel-tol is required,
209
0 commit comments