Metadata-Version: 2.1
Name: emfields-py
Version: 0.1.0
Summary: Coulomb interaction, stored field energy and RLC resonance.
Keywords: electromagnetics
Author: Iris Vermeer
License: Unlicense
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# emfields

> Coulomb interaction, stored field energy and RLC resonance.

**Field:** electromagnetics &nbsp; **License:** Unlicense

```py
import emfields
print('{:.3e}'.format(emfields.coulomb_force(1e-6,1e-6,0.1)))
```
