Skip to content

Commit dc31e82

Browse files
authored
docs: update description
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent e197e41 commit dc31e82

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/bernoullif

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/bernoullif/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ logEachMap( 'bernoullif(%d) = %0.4f', x, bernoullif );
151151

152152
#### stdlib_base_bernoullif( n )
153153

154-
Compute the nth [Bernoulli number][bernoulli-number] as a single-precision floating-point number.
154+
Computes the nth [Bernoulli number][bernoulli-number] as a single-precision floating-point number.
155155

156156
```c
157157
float out = stdlib_base_bernoullif( 0 );

0 commit comments

Comments
 (0)