-
- Downloads
Allow computation of log's of big integers that might not fit in a
single-float or double-float. Thus (log (expt 2 32768) 2) will return 32768.0 instead of causing an error.
Loading
Please register or sign in to comment
single-float or double-float. Thus (log (expt 2 32768) 2) will return 32768.0 instead of causing an error.