Home
last modified time | relevance | path

Searched refs:zsl_phy_elcty_current (Results 1 – 3 of 3) sorted by relevance

/zscilib-3.4.0/include/zsl/physics/
Delectricity.h44 int zsl_phy_elcty_current(zsl_real_t q, zsl_real_t t, zsl_real_t *i);
/zscilib-3.4.0/tests/src/
Dphy_elcty_tests.c20 rc = zsl_phy_elcty_current(15.0, 10.0, &i); in ZTEST()
25 rc = zsl_phy_elcty_current(15.0, -10.0, &i); in ZTEST()
/zscilib-3.4.0/src/physics/
Delectricity.c14 zsl_phy_elcty_current(zsl_real_t q, zsl_real_t t, zsl_real_t *i) in zsl_phy_elcty_current() function