⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mathfnx.exp

📁 NASA 开发使用的一个专家系统
💻 EXP
📖 第 1 页 / 共 3 页
字号:
"1.316958"CLIPS> (acot)                             ; 10.6.2.1[ARGACCES4] Function acot expected exactly 1 argument(s)CLIPS> (acot a)                           ; 10.6.2.1[ARGACCES5] Function acot expected argument #1 to be of type integer or floatCLIPS> (acot 1 [b])                       ; 10.6.2.1[ARGACCES4] Function acot expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (acot -11))    ; 10.6.2.1 : -0.090660"-0.090660"CLIPS> (format nil "%0.6f" (acot 11))     ; 10.6.2.1 : 0.090660"0.090660"CLIPS> (format nil "%0.6f" (acot 1.0))    ; 10.6.2.1 : 0.785398"0.785398"CLIPS> (format nil "%0.6f" (acot 0))      ; 10.6.2.1 : 1.570796"1.570796"CLIPS> (format nil "%0.6f" (acot -1.0))   ; 10.6.2.1 : -0.785398"-0.785398"CLIPS> (format nil "%0.6f" (acot 0.5))    ; 10.6.2.1 : 1.107149"1.107149"CLIPS> (acoth)                            ; 10.6.2.1[ARGACCES4] Function acoth expected exactly 1 argument(s)CLIPS> (acoth a)                          ; 10.6.2.1[ARGACCES5] Function acoth expected argument #1 to be of type integer or floatCLIPS> (acoth 1 [b])                      ; 10.6.2.1[ARGACCES4] Function acoth expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (acoth -1.1))  ; 10.6.2.1 : -1.522261"-1.522261"CLIPS> (format nil "%0.6f" (acoth 1.1))   ; 10.6.2.1 : 1.522261"1.522261"CLIPS> (format nil "%0.6f" (acoth 1.0))   ; 10.6.2.1 : Error[EMATHFUN1] Domain error for acoth function.""CLIPS> (format nil "%0.6f" (acoth 0.0))   ; 10.6.2.1 : Error[EMATHFUN1] Domain error for acoth function.""CLIPS> (format nil "%0.6f" (acoth -1.0))  ; 10.6.2.1 : Error[EMATHFUN1] Domain error for acoth function.""CLIPS> (format nil "%0.6f" (acoth 2))     ; 10.6.2.1 : 0.549306"0.549306"CLIPS> (acsc)                             ; 10.6.2.1[ARGACCES4] Function acsc expected exactly 1 argument(s)CLIPS> (acsc a)                           ; 10.6.2.1[ARGACCES5] Function acsc expected argument #1 to be of type integer or floatCLIPS> (acsc 1 [b])                       ; 10.6.2.1[ARGACCES4] Function acsc expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (acsc -1.1))   ; 10.6.2.1 : -1.141097"-1.141097"CLIPS> (format nil "%0.6f" (acsc 1.1))    ; 10.6.2.1 : 1.141097"1.141097"CLIPS> (format nil "%0.6f" (acsc 1.0))    ; 10.6.2.1 : 1.570796"1.570796"CLIPS> (format nil "%0.6f" (acsc 0.0))    ; 10.6.2.1 : Error[EMATHFUN1] Domain error for acsc function.""CLIPS> (format nil "%0.6f" (acsc -1.0))   ; 10.6.2.1 : -1.570796"-1.570796"CLIPS> (format nil "%0.6f" (acsc 2.0))    ; 10.6.2.1 : 0.523599"0.523599"CLIPS> (acsch)                            ; 10.6.2.1[ARGACCES4] Function acsch expected exactly 1 argument(s)CLIPS> (acsch a)                          ; 10.6.2.1[ARGACCES5] Function acsch expected argument #1 to be of type integer or floatCLIPS> (acsch 1 [b])                      ; 10.6.2.1[ARGACCES4] Function acsch expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (acsch 1.0))   ; 10.6.2.1 : 0.881374"0.881374"CLIPS> (format nil "%0.6f" (acsch 0.0))   ; 10.6.2.1 : Error[EMATHFUN1] Domain error for acsch function.""CLIPS> (format nil "%0.6f" (acsch -1.0))  ; 10.6.2.1 : -0.881374"-0.881374"CLIPS> (format nil "%0.6f" (acsch 2.0))   ; 10.6.2.1 : 0.481212"0.481212"CLIPS> (asec)                             ; 10.6.2.1[ARGACCES4] Function asec expected exactly 1 argument(s)CLIPS> (asec a)                           ; 10.6.2.1[ARGACCES5] Function asec expected argument #1 to be of type integer or floatCLIPS> (asec 1 [b])                       ; 10.6.2.1[ARGACCES4] Function asec expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (asec -1.1))   ; 10.6.2.1 : 2.711893"2.711893"CLIPS> (format nil "%0.6f" (asec 1.1))    ; 10.6.2.1 : 0.429700"0.429700"CLIPS> (format nil "%0.6f" (asec 1.0))    ; 10.6.2.1 : 0.0"0.000000"CLIPS> (format nil "%0.6f" (asec 0.0))    ; 10.6.2.1 : Error[EMATHFUN1] Domain error for asec function.""CLIPS> (format nil "%0.6f" (asec -1.0))   ; 10.6.2.1 : 3.141593"3.141593"CLIPS> (format nil "%0.6f" (asec 2.0))    ; 10.6.2.1 : 1.047198"1.047198"CLIPS> (asech)                            ; 10.6.2.1[ARGACCES4] Function asech expected exactly 1 argument(s)CLIPS> (asech a)                          ; 10.6.2.1[ARGACCES5] Function asech expected argument #1 to be of type integer or floatCLIPS> (asech 1 [b])                      ; 10.6.2.1[ARGACCES4] Function asech expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (asech -1))    ; 10.6.2.1 : Error[EMATHFUN1] Domain error for asech function.""CLIPS> (format nil "%0.6f" (asech 0.0))   ; 10.6.2.1 : Error[EMATHFUN1] Domain error for asech function.""CLIPS> (format nil "%0.6f" (asech 1.0))   ; 10.6.2.1 : 0.0"0.000000"CLIPS> (format nil "%0.6f" (asech 1.5))   ; 10.6.2.1 : Error[EMATHFUN1] Domain error for asech function.""CLIPS> (format nil "%0.6f" (asech 0.5))   ; 10.6.2.1 : 1.316958"1.316958"CLIPS> (asin)                             ; 10.6.2.1[ARGACCES4] Function asin expected exactly 1 argument(s)CLIPS> (asin a)                           ; 10.6.2.1[ARGACCES5] Function asin expected argument #1 to be of type integer or floatCLIPS> (asin 1 [b])                       ; 10.6.2.1[ARGACCES4] Function asin expected exactly 1 argument(s)CLIPS> (asin -1.1)                        ; 10.6.2.1 : Error[EMATHFUN1] Domain error for asin function.0.0CLIPS> (asin 1.1)                         ; 10.6.2.1 : Error[EMATHFUN1] Domain error for asin function.0.0CLIPS> (format nil "%0.6f" (asin 1.0))    ; 10.6.2.1 : 1.570796"1.570796"CLIPS> (format nil "%0.6f" (asin -1.0))   ; 10.6.2.1 : -1.570796"-1.570796"CLIPS> (format nil "%0.6f" (asin 0.5))    ; 10.6.2.1 : 0.523599"0.523599"CLIPS> (asinh)                            ; 10.6.2.1[ARGACCES4] Function asinh expected exactly 1 argument(s)CLIPS> (asinh a)                          ; 10.6.2.1[ARGACCES5] Function asinh expected argument #1 to be of type integer or floatCLIPS> (asinh 1 [b])                      ; 10.6.2.1[ARGACCES4] Function asinh expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (asinh -1))    ; 10.6.2.1 : -0.881374"-0.881374"CLIPS> (format nil "%0.6f" (asinh 0.0))   ; 10.6.2.1 : 0.0"0.000000"CLIPS> (format nil "%0.6f" (asinh 1.0))   ; 10.6.2.1 : 0.881374"0.881374"CLIPS> (format nil "%0.6f" (asinh 2.0))   ; 10.6.2.1 : 1.443635"1.443635"CLIPS> (atan)                             ; 10.6.2.1[ARGACCES4] Function atan expected exactly 1 argument(s)CLIPS> (atan a)                           ; 10.6.2.1[ARGACCES5] Function atan expected argument #1 to be of type integer or floatCLIPS> (atan 1 [b])                       ; 10.6.2.1[ARGACCES4] Function atan expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (atan -11))    ; 10.6.2.1 : -1.480136"-1.480136"CLIPS> (format nil "%0.6f" (atan 11))     ; 10.6.2.1 : 1.480136"1.480136"CLIPS> (format nil "%0.6f" (atan 1.0))    ; 10.6.2.1 : 0.785398"0.785398"CLIPS> (format nil "%0.6f" (atan 0))      ; 10.6.2.1 : 0.0"0.000000"CLIPS> (format nil "%0.6f" (atan -1.0))   ; 10.6.2.1 : -0.785398"-0.785398"CLIPS> (format nil "%0.6f" (atan 0.5))    ; 10.6.2.1 : 0.463648"0.463648"CLIPS> (atanh)                            ; 10.6.2.1[ARGACCES4] Function atanh expected exactly 1 argument(s)CLIPS> (atanh a)                          ; 10.6.2.1[ARGACCES5] Function atanh expected argument #1 to be of type integer or floatCLIPS> (atanh 1 [b])                      ; 10.6.2.1[ARGACCES4] Function atanh expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (atanh -1))    ; 10.6.2.1 : -Infinity[EMATHFUN1] Domain error for atanh function.""CLIPS> (format nil "%0.6f" (atanh 0.0))   ; 10.6.2.1 : 0.0"0.000000"CLIPS> (format nil "%0.6f" (atanh 1.0))   ; 10.6.2.1 : +Infinity[EMATHFUN1] Domain error for atanh function.""CLIPS> (format nil "%0.6f" (atanh 0.5))   ; 10.6.2.1 : 0.549306"0.549306"CLIPS> (cos)                              ; 10.6.2.1[ARGACCES4] Function cos expected exactly 1 argument(s)CLIPS> (cos a)                            ; 10.6.2.1[ARGACCES5] Function cos expected argument #1 to be of type integer or floatCLIPS> (cos 1 [b])                        ; 10.6.2.1[ARGACCES4] Function cos expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (cos 0.0))     ; 10.6.2.1 : 1.0"1.000000"CLIPS> (format nil "%0.6f" (cos ?*pi7*))  ; 10.6.2.1 : -1.0"-1.000000"CLIPS> (format nil "%0.6f" (cos ?*pi5/4*)); 10.6.2.1 : -0.707107"-0.707107"CLIPS> (format nil "%0.6f" (cos 1))       ; 10.6.2.1 : 0.540302"0.540302"CLIPS> (cosh)                             ; 10.6.2.1[ARGACCES4] Function cosh expected exactly 1 argument(s)CLIPS> (cosh a)                           ; 10.6.2.1[ARGACCES5] Function cosh expected argument #1 to be of type integer or floatCLIPS> (cosh 1 [b])                       ; 10.6.2.1[ARGACCES4] Function cosh expected exactly 1 argument(s)CLIPS> (cosh 0)                           ; 10.6.2.1 : 1.01.0CLIPS> (format nil "%0.6f" (cosh 1.0))    ; 10.6.2.1 : 1.543081"1.543081"CLIPS> (format nil "%0.6f" (cosh -1.0))   ; 10.6.2.1 : 1.543081"1.543081"CLIPS> (format nil "%0.6f" (cosh 0.5))    ; 10.6.2.1 : 1.127626"1.127626"CLIPS> (cot)                              ; 10.6.2.1[ARGACCES4] Function cot expected exactly 1 argument(s)CLIPS> (cot a)                            ; 10.6.2.1[ARGACCES5] Function cot expected argument #1 to be of type integer or floatCLIPS> (cot 1 [b])                        ; 10.6.2.1[ARGACCES4] Function cot expected exactly 1 argument(s)CLIPS> (cot 0)                            ; 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in cot function.0.0CLIPS> (format nil "%0.6f" (cot ?*pi1/2*)); 10.6.2.1 : 0.0 "0.000000"CLIPS> (format nil "%0.6f" (cot ?*pi3/4*)); 10.6.2.1 : -1.0"-1.000000"CLIPS> (format nil "%0.6f" (cot ?*pi7*))  ; 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in cot function.""CLIPS> (format nil "%0.6f" (cot 1))       ; 10.6.2.1 : 0.642093"0.642093"CLIPS> (coth)                             ; 10.6.2.1[ARGACCES4] Function coth expected exactly 1 argument(s)CLIPS> (coth a)                           ; 10.6.2.1[ARGACCES5] Function coth expected argument #1 to be of type integer or floatCLIPS> (coth 1 [b])                       ; 10.6.2.1[ARGACCES4] Function coth expected exactly 1 argument(s)CLIPS> (coth 0)                           ; 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in coth function.0.0CLIPS> (format nil "%0.6f" (coth 1.0))    ; 10.6.2.1 : 1.313035"1.313035"CLIPS> (format nil "%0.6f" (coth -1.0))   ; 10.6.2.1 : -1.313035"-1.313035"CLIPS> (format nil "%0.6f" (coth 0.5))    ; 10.6.2.1 : 2.163953"2.163953"CLIPS> (csc)                              ; 10.6.2.1[ARGACCES4] Function csc expected exactly 1 argument(s)CLIPS> (csc a)                            ; 10.6.2.1[ARGACCES5] Function csc expected argument #1 to be of type integer or floatCLIPS> (csc 1 [b])                        ; 10.6.2.1[ARGACCES4] Function csc expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (csc (pi)))    ; 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in csc function.""CLIPS> (format nil "%0.6f" (csc 0.0))     ; 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in csc function.""CLIPS> (format nil "%0.6f" (csc ?*pi1/2*)); 10.6.2.1 : 1.0"1.000000"CLIPS> (format nil "%0.6f" (csc 1.0))     ; 10.6.2.1 : 1.188395"1.188395"CLIPS> (csch)                             ; 10.6.2.1[ARGACCES4] Function csch expected exactly 1 argument(s)CLIPS> (csch a)                           ; 10.6.2.1[ARGACCES5] Function csch expected argument #1 to be of type integer or floatCLIPS> (csch 1 [b])                       ; 10.6.2.10[ARGACCES4] Function csch expected exactly 1 argument(s)CLIPS> (csch 0)                           ; 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in csch function.0.0CLIPS> (format nil "%0.6f" (csch 1.0))    ; 10.6.2.1 : 0.850918"0.850918"CLIPS> (format nil "%0.6f" (csch -1.0))   ; 10.6.2.1 : -0.850918"-0.850918"CLIPS> (format nil "%0.6f" (csch 0.5))    ; 10.6.2.1 : 1.919035"1.919035"CLIPS> (sec)                              ; 10.6.2.1[ARGACCES4] Function sec expected exactly 1 argument(s)CLIPS> (sec a)                            ; 10.6.2.1[ARGACCES5] Function sec expected argument #1 to be of type integer or floatCLIPS> (sec 1 [b])                        ; 10.6.2.1[ARGACCES4] Function sec expected exactly 1 argument(s)CLIPS> (format nil "%0.6f" (sec ?*pi-9/2*)); 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in sec function.""CLIPS> (format nil "%0.6f" (sec 0.0))     ; 10.6.2.1 : 1.0"1.000000"CLIPS> (format nil "%0.6f" (sec ?*pi1/2*)); 10.6.2.1 : Error[EMATHFUN3] Singularity at asymptote in sec function.""CLIPS> (format nil "%0.6f" (sec 1.0))     ; 10.6.2.1 : 1.850816

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -