Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Update tangents.py #43

Merged
merged 5 commits into from
Nov 11, 2017
Merged

Update tangents.py #43

merged 5 commits into from
Nov 11, 2017

Conversation

RikHendriks
Copy link
Contributor

Added the tangents for the gradients which are added in #40

np.tan()
np.arccos()
np.arcsin()
np.arctan()

Added tests for the following functions:
np.cos()
np.sin()
np.tan()
np.cosh()
np.sinh()
np.tanh()
np.arccos()
np.arcsin()
np.arctan()

Changed the position of the (cos, sin, tan) functions, such that they are correctly ordered.
np.tan()
np.arccos()
np.arcsin()
np.arctan()

Changed the order of (cos, sin, tan) in tangent.py and changed some integers to floats.
@mdanatg mdanatg merged commit c6d3c0b into google:master Nov 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants