Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 103 Bytes

724-math-cot.markdown

File metadata and controls

15 lines (10 loc) · 103 Bytes

COT

f = COT (x)

Cotangent of x.

Example

a = cot(pi)
print a

b = acot(a)
print b