I am trying to compute:
(sqrt-r 241/1212133131231092371897321192837137189237981273)
SQRT-R: attempting to compute the square root of a negative number
[Condition of type SIMPLE-ERROR]
I can evaluate the number 241/1212133131231092371897321192837137189237981273 on its own without issue or create
it via (/r 241 1212133131231092371897321192837137189237981273).
I am new to the library, is this supposed to be an error?
This is on SBCL 2.2.5 AMD64 compiled for Void Linux.
I am trying to compute:
(sqrt-r 241/1212133131231092371897321192837137189237981273)I can evaluate the number
241/1212133131231092371897321192837137189237981273on its own without issue or createit via
(/r 241 1212133131231092371897321192837137189237981273).I am new to the library, is this supposed to be an error?
This is on SBCL 2.2.5 AMD64 compiled for Void Linux.