feat(imports): add imports
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
use crate::model::Frequency;
|
||||||
|
|
||||||
|
use gio::{prelude::Cast, ListStore};
|
||||||
|
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
pub fn reactive_resistance_of_capacitor(Cm: f64, L: f64, f: f64) -> f64 {
|
pub fn reactive_resistance_of_capacitor(Cm: f64, L: f64, f: f64) -> f64 {
|
||||||
if f == 0.0 || Cm == 0.0 || L == 0.0 {
|
if f == 0.0 || Cm == 0.0 || L == 0.0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user