Skip to content

Commit 9224d95

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 180e122 commit 9224d95

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/acovercos/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/acovercos/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ int main( void ) {
2626
int i;
2727
for ( i = 0; i < 10; i++ ) {
2828
v = stdlib_base_acovercos( x[ i ] );
29-
printf( "acoversin(%lf) = %lf\n", x[ i ], v );
29+
printf( "acovercos(%lf) = %lf\n", x[ i ], v );
3030
}
3131
}

0 commit comments

Comments
 (0)