Skip to content
Snippets Groups Projects
Commit 9b6ad201 authored by Raymond Toy's avatar Raymond Toy
Browse files

Deprecate FLOAT-TRAPPING-NAN-P in favor of FLOAT-SIGNALING-NAN-P.

These numbers are called signaling, not trapping NaN in almost all
usages.

 * code/exports.lisp:
   * Export FLOAT-SIGNALING-NAN-P.
 * code/float.lisp:
   * Implement FLOAT-SIGNALING-NAN-P.
   * Make FLOAT-TRAPPING-NAN-P an inline call to the
     FLOAT-SIGNALING-NAN-P and add a docstring to say it is
     deprecated. 
 * code/print.lisp:
   * Print "Signaling" instead of "Trapping".
 * i18n/locale/cmucl.pot:
   * Regenerated due to the changes in docstrings.
parent 0abe7883
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment