Welcome to the CHICKEN Scheme pasting service
This should only work when compiled added by wasamasa on Thu Feb 16 09:53:42 2017
(import foreign) #> #include <math.h> <# (define atan* (foreign-lambda double "atan" double)) (printf "Pi: ~a\n" (* 4 (atan* 1)))