Compile with: make erf LDLIBS="-lm" CFLAGS="-g -Wall -std=gnu11 -O3" */ #include <math.h> //erf, sqrt #include <stdio.h> //printf int main(){ printf("The ...
確定! 回上一頁