Решение на Polynomial от Радослав Върбанов
Обратно към всички решения
Към профила на Радослав Върбанов
Резултати
- 0 точки от тестове
- 0 бонус точки
- 0 точки общо
- 0 успешни тест(а)
- 0 неуспешни тест(а)
Код
Лог от изпълнението
Compiling solution v0.1.0 (file:///tmp/d20171121-6053-12z5e9t/solution)
error[E0599]: no function or associated item named `interpolate` found for type `solution_test::polynomial::Polynomial` in the current scope
--> tests/solution_test.rs:212:16
|
212 | let poly = Polynomial::interpolate(points.clone());
| ^^^^^^^^^^^^^^^^^^^^^^^
error[E0599]: no function or associated item named `interpolate` found for type `solution_test::polynomial::Polynomial` in the current scope
--> tests/solution_test.rs:231:16
|
231 | let poly = Polynomial::interpolate(points.clone());
| ^^^^^^^^^^^^^^^^^^^^^^^
error[E0599]: no function or associated item named `interpolate` found for type `solution_test::polynomial::Polynomial` in the current scope
--> tests/solution_test.rs:246:16
|
246 | let poly = Polynomial::interpolate(points.clone());
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors
error: Could not compile `solution`.
To learn more, run the command again with --verbose.
История (1 версия и 2 коментара)
Радослав качи първо решение на 20.11.2017 15:41 (преди почти 8 години)