Skip to content

Commit

Permalink
Update and rename floor.c to main.c
Browse files Browse the repository at this point in the history
Signed-off-by: Rejoan Sardar <[email protected]>
  • Loading branch information
Rejoan-Sardar authored Mar 24, 2024
1 parent a85ff16 commit 4433f7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static const uint32_t BIT = 1073741824u;
/**
* Returns an integer square root.
*
* @param {uinteger32} x - input value
* @returns {uinteger32} integer square root
* @param x input value
* @return integer square root
*
* @example
* uint32_t out = stdlib_base_fast_uint32_sqrt( 9 );
Expand Down

0 comments on commit 4433f7b

Please sign in to comment.