Skip to content

Commit

Permalink
chore: apply code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavchiku committed Mar 6, 2024
1 parent 7d03aad commit 17a79f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
* // returns ~1.0742
*/
double stdlib_base_aversin( const double x ) {
return stdlib_base_acos( 1.0 - x );
return stdlib_base_acos( 1.0 - x );
}

0 comments on commit 17a79f7

Please sign in to comment.