Searched refs:zsl_phy_elcty_resistivity (Results 1 – 3 of 3) sorted by relevance
/zscilib-3.4.0/tests/src/ |
D | phy_elcty_tests.c | 148 rc = zsl_phy_elcty_resistivity(250.0, 0.025, 0.001, &rty); in ZTEST() 153 rc = zsl_phy_elcty_resistivity(-250.0, 0.025, 0.001, &rty); in ZTEST() 159 rc = zsl_phy_elcty_resistivity(250.0, -0.025, 0.001, &rty); in ZTEST() 165 rc = zsl_phy_elcty_resistivity(250.0, 0.025, -0.001, &rty); in ZTEST()
|
/zscilib-3.4.0/include/zsl/physics/ |
D | electricity.h | 110 int zsl_phy_elcty_resistivity(zsl_real_t r, zsl_real_t a, zsl_real_t l,
|
/zscilib-3.4.0/src/physics/ |
D | electricity.c | 105 zsl_phy_elcty_resistivity(zsl_real_t r, zsl_real_t a, zsl_real_t l, zsl_real_t *rty) in zsl_phy_elcty_resistivity() function
|