i guess the correct term is 'period' instead of 'wavelength'

main
Charlotte Som 2023-03-06 02:51:53 +00:00
parent acc1e40a09
commit 58b67087a2
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export default function Main() {
/> />
{" Hz "} {" Hz "}
<aside> <aside>
(wavelength: {(1000 / parseFloat(frequency)).toFixed(4)} ms) (period: {(1000 / parseFloat(frequency)).toFixed(4)} ms)
</aside> </aside>
</section> </section>
</main> </main>