Skip to content

Commit d971763

Browse files
authored
Update max_ln.h
Signed-off-by: Harsh <[email protected]>
1 parent 90ee9a8 commit d971763

File tree

1 file changed

+7
-7
lines changed
  • lib/node_modules/@stdlib/constants/float32/max-ln/include/stdlib/constants/float32

1 file changed

+7
-7
lines changed

lib/node_modules/@stdlib/constants/float32/max-ln/include/stdlib/constants/float32/max_ln.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
* limitations under the License.
1717
*/
1818

19-
#ifndef STDLIB_CONSTANTS_FLOAT32_MAX_LN_H
20-
#define STDLIB_CONSTANTS_FLOAT32_MAX_LN_H
19+
#ifndef STDLIB_CONSTANTS_FLOAT32_MAX_LN_H
20+
#define STDLIB_CONSTANTS_FLOAT32_MAX_LN_H
2121

22-
/**
23-
* Macro for the natural logarithm of the maximum single-precision floating-point number.
24-
*/
25-
#define STDLIB_CONSTANT_FLOAT32_MAX_LN 88.72283935546875f
22+
/**
23+
* Macro for the natural logarithm of the maximum single-precision floating-point number.
24+
*/
25+
#define STDLIB_CONSTANT_FLOAT32_MAX_LN 88.72283935546875f
2626

27-
#endif // !STDLIB_CONSTANTS_FLOAT32_MAX_LN_H
27+
#endif // !STDLIB_CONSTANTS_FLOAT32_MAX_LN_H

0 commit comments

Comments
 (0)