@@ -0,0 +1,7 @@
#include <stdio.h>
#include "include/math.h"
int main() {
printf("acosh(%f): %f\n", 5.0, acosh(5.0));
return 0;
}
The note is not visible to the blocked user.