i guess the correct term is 'period' instead of 'wavelength'
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…
Reference in New Issue