Skip to content

refactor: replace hardcoded EULER_GAMMA with std::f64::consts::EULER_…#92

Merged
AdaWorldAPI merged 1 commit into
masterfrom
claude/risc-thought-engine-TCZw7
Apr 13, 2026
Merged

refactor: replace hardcoded EULER_GAMMA with std::f64::consts::EULER_…#92
AdaWorldAPI merged 1 commit into
masterfrom
claude/risc-thought-engine-TCZw7

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

…GAMMA

ocr_felt.rs had a truncated literal (0.5772156649 — 10 digits vs the full 16). Switching to std::f64::consts::EULER_GAMMA (Rust 1.94+) fixes the precision and eliminates the hardcoded constant.

https://claude.ai/code/session_019RzHP8tpJu55ESTxhfUy1A

…GAMMA

ocr_felt.rs had a truncated literal (0.5772156649 — 10 digits vs the
full 16). Switching to std::f64::consts::EULER_GAMMA (Rust 1.94+)
fixes the precision and eliminates the hardcoded constant.

https://claude.ai/code/session_019RzHP8tpJu55ESTxhfUy1A
@AdaWorldAPI AdaWorldAPI merged commit 7840c94 into master Apr 13, 2026
1 of 7 checks passed
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.

2 participants