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 fa6575d commit f59cb2bCopy full SHA for f59cb2b
exercises/triangle/canonical-data.json
@@ -63,6 +63,7 @@
63
" Your track may choose to skip this test ",
64
" and deal only with integers if appropriate "
65
],
66
+ "scenarios": ["floating-point"],
67
"property": "equilateral",
68
"input": {
69
"sides": [0.5, 0.5, 0.5]
@@ -153,6 +154,7 @@
153
154
155
156
157
158
"property": "isosceles",
159
160
"sides": [0.5, 0.4, 0.5]
@@ -225,6 +227,7 @@
225
227
226
228
229
230
231
"property": "scalene",
232
233
"sides": [0.5, 0.4, 0.6]
0 commit comments