Skip to content

Commit

Permalink
update top level doc and add it to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloCampana committed Jul 6, 2024
1 parent 51bde1f commit 3fa021e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
Binary file modified docs/sources.tar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/root.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//! functions for probability distributions.
//!
//! Asserts invalid distribution parameters on Debug and ReleaseSafe modes
//! such as ±NaN, ±Inf, probabilities outside of the [0,1] interval and
//! certain parameters with value zero or negative.
//! such as ±NaN, ±Inf, probabilities outside of the [0,1] interval or
//! negative shape/scale parameters
//!
//! Random variable generation has 2 flavours: `random` and `fill`,
//! * `random` returns a single random variable
Expand Down
46 changes: 0 additions & 46 deletions test_compile_error.zig

This file was deleted.

0 comments on commit 3fa021e

Please sign in to comment.