/
IvanovGeorgiy
/
Pract
Обзор
Документация
Войти
/
IvanovGeorgiy
/
Pract
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Pract7/src/MathFunc.java
8 строк
219 B
Selectel Git User
first_commit
20 окт 2024, 13:23
20 окт 2024, 13:23
916f77b
Код
Авторство
О чём код?
public class MathFunc implements MathCalculable { public double po (int x, int y){ return Math.pow(x, y); } public double circleLength(double radius){ return radius * PI * 2; } }