Skip to content

Conversation

@skeating
Copy link
Member

Description

fixes #460

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Change in documentation

Checklist:

  • I have updated all documentation necessary.
  • I have checked spelling in (new) comments.

Testing

  • Testing is done automatically and codecov shows test coverage
  • This cannot be tested automatically

Adds derivative functions for trigonometric and hyperbolic
functions, including their inverses.  This completes the
implementation of the derivative function for ASTNodes.
@skeating skeating requested a review from fbergmann December 23, 2025 15:39
Copy link
Member

@fbergmann fbergmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there were a couple of potential crashes, on 0 args, but things seem to be ok now.

@fbergmann
Copy link
Member

just waiting to see if the test failures from before still occur

@fbergmann
Copy link
Member

the matlab test failure can be ignored, its an issue with the matlab setup, not the code here

@fbergmann fbergmann merged commit 151acfd into development Jan 8, 2026
34 checks passed
@fbergmann fbergmann deleted the sk/fixes branch January 8, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Added derivatives for all functions

3 participants