Skip to content

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Oct 5, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings October 5, 2025 18:41
@jorenham jorenham added the enhancement New feature or request label Oct 5, 2025
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 exponential integral functions by implementing expint_i and expint_n functions that wrap the corresponding Boost Math library functions.

  • Adds FFI bindings for math_expint_i and math_expint_n functions
  • Implements Rust wrapper functions with proper documentation and test coverage
  • Updates module exports to make the new functions publicly available

Reviewed Changes

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

Show a summary per file
File Description
wrapper.cpp Adds C++ wrapper functions for boost exponential integral functions
src/ffi.rs Declares FFI bindings for the new exponential integral functions
src/math/special_functions/expint.rs Implements Rust wrapper functions with documentation and tests
src/math/special_functions/mod.rs Exports the new expint module
src/math/mod.rs Updates documentation and re-exports expint functions

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

@jorenham jorenham merged commit b419644 into master Oct 5, 2025
9 checks passed
@jorenham jorenham deleted the expint branch October 5, 2025 18:58
@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