7 lines
97 B
Forth
7 lines
97 B
Forth
c-library math
|
|
|
|
s" m" add-lib
|
|
\c #include <math.h>
|
|
c-function gamma tgamma r -- r
|
|
|
|
end-c-library
|