Skip to content

Commit fb66a9f

Browse files
authored
style: add decimal point
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 42ae6e6 commit fb66a9f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Evaluates the [tangent][trigonometric-functions] of a single-precision floating-
4040

4141
```javascript
4242
var v = tandf( 0.0 );
43-
// returns 0
43+
// returns 0.0
4444

4545
v = tandf( 60.0 );
4646
// returns ~1.73

0 commit comments

Comments
 (0)