Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    3987beef
    Internal variable rename 'cbinfo · 3987beef
    Liam Healy authored
    Internally call the :callbacks argument to defmobject or defmfun
    'cbinfo, to better distinguish it in the source code.  In numerical
    integration example functions, apply #'realpart, because
    implementations are permitted to return complex numbers from #'expt
    when the second argument is a float.
    3987beef
    History
    Internal variable rename 'cbinfo
    Liam Healy authored
    Internally call the :callbacks argument to defmobject or defmfun
    'cbinfo, to better distinguish it in the source code.  In numerical
    integration example functions, apply #'realpart, because
    implementations are permitted to return complex numbers from #'expt
    when the second argument is a float.