8 lines
94 B
C
8 lines
94 B
C
#include <stdio.h>
|
|
#include <math.h>
|
|
|
|
void main()
|
|
{
|
|
printf( "%f\n", acosh( 1.5 ) );
|
|
}
|