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

main
Charlotte Som 3 months ago
parent acc1e40a09
commit 58b67087a2

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

Loading…
Cancel
Save