Skip to content

Use standard library math - #27

Draft
stanbot8 wants to merge 1 commit into
fix/repair-ci-a303c8a1e1405504c7180d1632cc903cfrom
fix/external-math-dependency-96c079d76e6af463af36a9b1c2c81205
Draft

Use standard library math#27
stanbot8 wants to merge 1 commit into
fix/repair-ci-a303c8a1e1405504c7180d1632cc903cfrom
fix/external-math-dependency-96c079d76e6af463af36a9b1c2c81205

Conversation

@stanbot8

Copy link
Copy Markdown
Owner

ROOT::Math, TMath::Pi, TMath::Mean, and TRandom3 kept probability calculations, constants, aggregation, and random generation tied to external math headers. Replace them with the project's typed probability functions, a typed pi constant, std::accumulate, <cmath>, <numeric>, <random>, and standard containers.

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.

1 participant