Skip to content

Commit 009e5a5

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 9d1f200 commit 009e5a5

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/laplace/cdf/src

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/laplace/cdf/src/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
#include "stdlib/math/base/assert/is_nan.h"
2121
#include "stdlib/math/base/special/exp.h"
2222

23-
2423
/**
25-
* Returns the cumulative distribution function (CDF) for a Laplace distribution with location parameter `mu` and scale parameter `b` at value `x`.
24+
* Evaluates the cumulative distribution function (CDF) for a Laplace distribution with location parameter `mu` and scale parameter `b` at value `x`.
2625
*
2726
* @param x input value
2827
* @param mu location parameter

0 commit comments

Comments
 (0)