(define safe-sqrt (type-check sqrt number?)) > (safe-sqrt 16) 4 > (safe-sqrt 'sarsaparilla) #F. 9.16 In the language APL, most arithmetic functions can be ...
確定! 回上一頁