Skip to content

Commit ef7a4c9

Browse files
Update lib/node_modules/@stdlib/math/base/special/lcmf/src/main.c
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Harsh Mathur <[email protected]>
1 parent 2400f97 commit ef7a4c9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* float out = stdlib_base_lcmf( 21.0f, 6.0f );
3232
* // returns 42.0f
3333
*/
34-
double stdlib_base_lcmf(const float a,const float b){
34+
float stdlib_base_lcmf( const float a, const float b ) {
3535
float abs_a;
3636
float abs_b;
3737
float gcd_value;

0 commit comments

Comments
 (0)