Skip to content

Commit

Permalink
tan
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Dec 8, 2024
1 parent 6cea6ba commit 4f66569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spidr/src/Tensor.idr
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ cos = unary Cos
||| The element-wise tangent.
export
tan : Tensor shape F64 -> Tensor shape F64
tan = unary Tan
tan x = sin x / cos x

||| The element-wise inverse sine.
export
Expand Down

0 comments on commit 4f66569

Please sign in to comment.