We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fd9c2 commit c772277Copy full SHA for c772277
src/main/java/com/thealgorithms/physics/SnellsLaw.java
@@ -3,6 +3,7 @@
3
/**
4
* Calculates refraction angle using Snell's Law:
5
* n1 * sin(theta1) = n2 * sin(theta2)
6
+ * @see <a href="https://en.wikipedia.org/wiki/Snell%27s_law">Snell's Law</a>
7
*/
8
public class SnellLaw {
9
0 commit comments