Skip to content

Instantly share code, notes, and snippets.

View maintainer64's full-sized avatar
🎯
Focusing

Maintainer P maintainer64

🎯
Focusing
View GitHub Profile
import math as m
def search_refraction(alfa: float, d: int) -> float:
"""
This function solve that https://vk.com/@unilecs-anons-43-prelomlenie task
"""
# Значение преломления пластины
n = 1.5