We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b14b2 commit c218a55Copy full SHA for c218a55
lib/node_modules/@stdlib/math/base/special/havercosf/README.md
@@ -163,7 +163,7 @@ int main( void ) {
163
float y;
164
int i;
165
for ( i = 0; i < 5; i++ ) {
166
- y = stdlib_base_havercos( x[ i ] );
+ y = stdlib_base_havercosf( x[ i ] );
167
printf( "havercosf(%f) = %f\n", x[ i ], y );
168
}
169
lib/node_modules/@stdlib/math/base/special/havercosf/examples/c/example.c
@@ -25,7 +25,7 @@ int main( void ) {
25
26
27
28
29
30
31
0 commit comments