File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special/gammasgnf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ var gammasgnf = require( '@stdlib/math/base/special/gammasgnf' );
55
55
56
56
#### gammasgnf( x )
57
57
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 .
59
59
60
60
``` javascript
61
61
var v = gammasgnf ( 1.0 );
@@ -137,7 +137,7 @@ for ( i = 0; i < x.length; i++ ) {
137
137
138
138
#### stdlib_base_gammasgnf( x )
139
139
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 .
141
141
142
142
``` c
143
143
float out = stdlib_base_gammasgnf( 1.0 );
You can’t perform that action at this time.
0 commit comments