Skip to content

Commit cf7a56a

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/README.md
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent ac50099 commit cf7a56a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ for ( i = 0; i < 100; i++ ) {
137137
Computes the [least common multiple][lcm] for two single-precision floating-point numbers `a` and `b`.
138138

139139
```c
140-
float v = stdlib_base_lcmf( 10.0, 12.0 );
140+
float v = stdlib_base_lcmf( 10.0f, 12.0f );
141141
// returns 60.0f
142142
```
143143

0 commit comments

Comments
 (0)