Skip to content

Commit fb11d85

Browse files
feat: add math/base/special/gammasgnf
1 parent ce4380d commit fb11d85

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

5656
#### gammasgnf( x )
5757

58-
Returns the sign of the [gamma function][@stdlib/math/base/special/gamma].
58+
Returns the sign of the [gamma function][@stdlib/math/base/special/gamma] for a single precision-floating point number.
5959

6060
```javascript
6161
var v = gammasgnf( 1.0 );
@@ -137,7 +137,7 @@ for ( i = 0; i < x.length; i++ ) {
137137

138138
#### stdlib_base_gammasgnf( x )
139139

140-
Returns the sign of the [gamma-function][@stdlib/math/base/special/gamma].
140+
Returns the sign of the [gamma-function][@stdlib/math/base/special/gamma] for a single precision-floating point number.
141141

142142
```c
143143
float out = stdlib_base_gammasgnf( 1.0 );

0 commit comments

Comments
 (0)