Esempio n. 1
0
 def test_multiple(self):
     assert_allclose(csc(np.array([1,0.5])), [1.1883951, 2.0858296])
Esempio n. 2
0
 def test_single(self):
     assert_allclose(csc(1), 1.1883951)