From 1ec6155570bffb45cfcffca9f8cb775fbbe5c945 Mon Sep 17 00:00:00 2001 From: KronosTheLate <61620837+KronosTheLate@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:36:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e49e8d7..7fe310b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This package defines 8 functions that implement the equations found in the wikip |:---:|:---:|:---:| |`R_s` and `R_p`|Reflectance|Fraction of energy reflected| |`T_s` and `T_p`|Transmittance|Fraction of energy transmitted| -|`r_s` and `r_p`|Reflection coefficient|Change in amplitude of E-field upon reflection| -|`t_s` and `t_p`|Transmission coefficient|Change in amplitude of E-field upon transmission| +|`r_s` and `r_p`|Reflection coefficient|Change in amplitude of E-field upon reflection (factor)| +|`t_s` and `t_p`|Transmission coefficient|Change in amplitude of E-field upon transmission (factor)| ## Quickstart Usage of this package is quite simple. Below is a demonstration of the usage of all 8 functions defined.