Skip to content

Commit 7790569

Browse files
authored
style: use consistent markup
Signed-off-by: Athan <[email protected]>
1 parent 56061f5 commit 7790569

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/roundsd/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// MAIN //
3434

3535
/**
36-
* Rounds a double-precision floating-point number to the nearest value with \\(n\\) significant figures.
36+
* Rounds a double-precision floating-point number to the nearest value with `n` significant figures.
3737
*
3838
* @param x input value
3939
* @param n number of significant figures

0 commit comments

Comments
 (0)