Skip to content
  • Liam Healy's avatar
    Replace 'pi with 'dpi, the double-float version · 7aa0111c
    Liam Healy authored
    The standard declares that 'pi is an implementation-dependent
    long-float, but GSL requires double float, so the constant 'dpi has
    been defined as (coerce pi 'double-float).  This should make CLISP at
    the least happier.
    7aa0111c