File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/node_modules/@stdlib/math/base/special Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var pdiff = require( '@stdlib/math/base/special/pdiff' );
42
42
43
43
#### pdiff( x, y )
44
44
45
- Returns the positive difference between ` x ` and ` y ` if ` x < y ` ; otherwise, returns ` 0 ` .
45
+ Returns the positive difference between ` x ` and ` y ` if ` x > y ` ; otherwise, returns ` 0 ` .
46
46
47
47
``` javascript
48
48
var v = pdiff ( 4.2 , 3.14 );
@@ -136,7 +136,7 @@ for ( i = 0; i < 100; i++ ) {
136
136
### Usage
137
137
138
138
``` c
139
- #include " stdlib/math/base/special/pdiff.h
139
+ #include " stdlib/math/base/special/pdiff.h"
140
140
```
141
141
142
142
#### stdlib_base_pdiff( x, y )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var pdifff = require( '@stdlib/math/base/special/pdifff' );
42
42
43
43
#### pdifff( x, y )
44
44
45
- Returns the positive difference between ` x ` and ` y ` if ` x < y ` ; otherwise, returns ` 0 ` .
45
+ Returns the positive difference between ` x ` and ` y ` if ` x > y ` ; otherwise, returns ` 0 ` .
46
46
47
47
``` javascript
48
48
var v = pdifff ( 4.15 , 3.15 );
@@ -136,7 +136,7 @@ for ( i = 0; i < 100; i++ ) {
136
136
### Usage
137
137
138
138
``` c
139
- #include " stdlib/math/base/special/pdifff.h
139
+ #include " stdlib/math/base/special/pdifff.h"
140
140
```
141
141
142
142
#### stdlib_base_pdifff( x, y )
You can’t perform that action at this time.
0 commit comments