lc()

import electronics.rlc.thompson-1

Calculate LC circuit.

import electronics.rlc.thompson-1;
lc( 100kHz, 10nF, )

Uses the well-known $$ f = \frac{1}{2π*f*\sqrt{LC}} $$ formula.

It takes any pair of L, C and f parameters and outputs the third one. The parameter to be calculated is determined by the units of the arguments.

import electronics.rlc.thompson-1;
lc( 100kHz, 10nF, )