Skip to content

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Oct 5, 2025

the polynomial, not the frog

@jorenham jorenham added the enhancement New feature or request label Oct 5, 2025
@Copilot Copilot AI review requested due to automatic review settings October 5, 2025 04:19
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for Hermite Polynomials to the Rust wrapper for Boost Math library functions. The implementation provides a complete integration that matches the existing pattern used for other special functions.

  • Adds C++ wrapper function for boost::math::hermite
  • Creates new Rust module with public API and basic tests
  • Updates module exports and documentation to include the new functionality

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
wrapper.cpp Adds include and C wrapper for Boost's hermite function
src/math/special_functions/mod.rs Exports the new hermite module
src/math/special_functions/hermite.rs Complete Rust implementation with documentation and tests
src/math/mod.rs Updates documentation checklist and exports hermite functions
src/ffi.rs Declares FFI binding for the C wrapper function

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@jorenham jorenham enabled auto-merge October 5, 2025 04:21
@jorenham jorenham merged commit e9193db into master Oct 5, 2025
9 checks passed
@jorenham jorenham deleted the hermite branch October 5, 2025 04:22
@jorenham jorenham added this to the v0.0.3 milestone Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant