Skip to content

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Sep 29, 2025

This adds:

  • zeta(s: f64) -> f64

@Copilot Copilot AI review requested due to automatic review settings September 29, 2025 18:42
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 implements the Riemann zeta function by adding Rust bindings to the Boost Math library's zeta function implementation.

  • Adds FFI binding for boost::math::zeta function
  • Implements Rust wrapper with proper documentation and testing
  • Integrates the new function into the module system

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 C++ wrapper function for boost::math::zeta
src/math/special_functions/zeta.rs New module implementing the zeta function with documentation and tests
src/math/special_functions/mod.rs Exports the new zeta module
src/math/mod.rs Re-exports zeta function from special_functions
src/ffi.rs Declares external C function for the zeta implementation

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

@jorenham jorenham merged commit ce3583f into master Sep 29, 2025
9 checks passed
@jorenham jorenham deleted the zeta branch September 29, 2025 18:45
@jorenham jorenham added the enhancement New feature or request label Oct 4, 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