Skip to content

Commit 959a61c

Browse files
authored
Apply suggestions from code review
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 19700d5 commit 959a61c

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/constants/float32/sqrt-pi

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/constants/float32/sqrt-pi/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// TypeScript Version: 4.1
2020

2121
/**
22-
* Square root of single-precision floating-point mathematical constant π.
22+
* Square root of single-precision floating-point mathematical constant `π`.
2323
*
2424
* @example
2525
* var val = FLOAT32_SQRT_PI;

lib/node_modules/@stdlib/constants/float32/sqrt-pi/include/stdlib/constants/float32/sqrt_pi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define STDLIB_CONSTANTS_FLOAT32_SQRT_PI_H
2121

2222
/**
23-
* Macro for the square root of single-precision floating-point mathematical constant π.
23+
* Macro for the square root of single-precision floating-point mathematical constant `π`.
2424
*/
2525
#define STDLIB_CONSTANT_FLOAT32_SQRT_PI 1.7724539041519165f
2626

0 commit comments

Comments
 (0)