Skip to content

Commit 0d5ce2a

Browse files
authored
style: remove TeX and use backticks to be consistent with elsewhere
Signed-off-by: Athan <[email protected]>
1 parent fa48133 commit 0d5ce2a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/roundsd/include/stdlib/math/base/special/roundsd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
#endif
3030

3131
/**
32-
* Rounds a double-precision floating-point number to the nearest value with \\(n\\) significant figures.
32+
* Rounds a double-precision floating-point number to the nearest value with `n` significant figures.
3333
*/
3434
double stdlib_base_roundsd( const double x, const int32_t n, const int32_t b );
3535

0 commit comments

Comments
 (0)