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