Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 103 Bytes

726-math-csc.markdown

File metadata and controls

15 lines (10 loc) · 103 Bytes

CSC

f = CSC (x)

Cosecant of x.

Example

a = csc(0.1)
print a

b = acsc(a)
print b