Skip to content

Commit 246a763

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 a290354 commit 246a763

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
@@ -132,7 +132,7 @@ for ( i = 1; i <= 10; i++ ) {
132132

133133
### stdlib_base_lcmf( a,b )
134134

135-
Computes the [least common multiple][lcm] for two floating-point numbers `a` and `b`.
135+
Computes the [least common multiple][lcm] for two single-precision floating-point numbers `a` and `b`.
136136

137137
```c
138138
float v = stdlib_base_lcmf( 10.0, 12.0 );

0 commit comments

Comments
 (0)