Skip to content

Commit 8ccb12c

Browse files
authored
removes trailing spaces
Signed-off-by: Harsh <[email protected]>
1 parent b6b3bd6 commit 8ccb12c

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/sqrt1pm1

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var sqrt1pm1 = require( '@stdlib/math/base/special/sqrt1pm1' );
3232

3333
#### sqrt1pm1( x )
3434

35-
Computes `sqrt( 1 + x ) - 1` more accurately for small `x`.
35+
Computes `sqrt( 1 + x ) - 1` more accurately for small `x`.
3636

3737
```javascript
3838
var v = sqrt1pm1( 3.0 );
@@ -109,7 +109,7 @@ logEachMap( 'sqrt(1+%d) - 1 = %0.4f', x, sqrt1pm1 );
109109

110110
#### stdlib_base_sqrt1pm1( x )
111111

112-
Computes `sqrt( 1 + x ) - 1` more accurately for small `x`.
112+
Computes `sqrt( 1 + x ) - 1` more accurately for small `x`.
113113

114114
```c
115115
double out = stdlib_base_sqrt1pm1( 3.0 );

0 commit comments

Comments
 (0)