SubtractionFn |
appearance as argument number 1 |
![]() |
(documentation SubtractionFn ChineseLanguage "如果 ?NUMBER1 和 ?NUMBER2 是 Number,那么 (SubtractionFn ?NUMBER1 ?NUMBER2) 就是 ?NUMBER1 和 ?NUMBER2 的算术差,即使 ?NUMBER1 减 ?NUMBER2,除了在 ?NUMBER1 等于0时,那么(SubtractionFn ?NUMBER1 ?NUMBER2)就是 ?NUMBER2 的负数。") | chinese_format.kif 2216-2219 | |
(documentation SubtractionFn EnglishLanguage "If ?NUMBER1 and ?NUMBER2 are Numbers, then (SubtractionFn ?NUMBER1 ?NUMBER2) is the arithmetical difference between ?NUMBER1 and ?NUMBER2, i.e. ?NUMBER1 minus ?NUMBER2. An exception occurs when ?NUMBER1 is equal to 0, in which case (SubtractionFn ?NUMBER1 ?NUMBER2) is the negation of ?NUMBER2.") | Merge.kif 4758-4762 | |
(documentation SubtractionFn JapaneseLanguage "?NUMBER1 と ?NUMBER2 が Number の場合、 (SubtractionFn ?NUMBER1 ?NUMBER2) は ?NUMBER1 と ?NUMBER2 の算術差です。すなわち、?NUMBER1 マイナス ?NUMBER2。 例外は、?NUMBER1 が 0 に等しい場合に発生し、その場合 (SubtractionFn ?NUMBER1 ?NUMBER2) は ?NUMBER2の否定である。") | japanese_format.kif 880-883 | |
(domain SubtractionFn 1 RealNumber) | Merge.kif 4754-4754 | 减法函数 的 1 数量 是 实数 的 instance |
(domain SubtractionFn 2 RealNumber) | Merge.kif 4755-4755 | 减法函数 的 2 数量 是 实数 的 instance |
(identityElement SubtractionFn 0) | Merge.kif 5324-5324 | 0 是 减法函数 的单位元 |
(instance SubtractionFn BinaryFunction) | Merge.kif 4751-4751 | 减法函数 是 二元函数 的 instance |
(instance SubtractionFn TotalValuedRelation) | Merge.kif 4753-4753 | 减法函数 是 总值关系 的 instance |
(range SubtractionFn RealNumber) | Merge.kif 4756-4756 | 减法函数 的 range 是 实数 的实例 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage SubtractionFn "(%*[-])") | chinese_format.kif 684-684 | |
(format EnglishLanguage SubtractionFn "(%*[-])") | english_format.kif 686-686 | |
(format FrenchLanguage SubtractionFn "(%*[-])") | french_format.kif 415-415 | |
(format ItalianLanguage SubtractionFn "(%*[-]") | relations-it.txt 285-285 | |
(format JapaneseLanguage SubtractionFn "(%*[-])") | japanese_format.kif 2132-2132 | |
(format PortugueseLanguage SubtractionFn "(%*[-])") | portuguese_format.kif 367-367 | |
(format cz SubtractionFn "(%*[-])") | relations-cz.txt 424-424 | |
(format de SubtractionFn "(%*[-])") | relations-de.txt 891-891 | |
(format hi SubtractionFn "(%*[-]") | relations-hindi.txt 322-322 | |
(format ro SubtractionFn "(%*[-])") | relations-ro.kif 437-437 | |
(format sv SubtractionFn "(%*[-])") | relations-sv.txt 459-459 | |
(format tg SubtractionFn "(%*[-]") | relations-tg.txt 477-477 | |
(termFormat ChineseLanguage SubtractionFn "减法") | domainEnglishFormat.kif 55858-55858 | |
(termFormat ChineseLanguage SubtractionFn "减法函数") | chinese_format.kif 685-685 | |
(termFormat ChineseTraditionalLanguage SubtractionFn "減法") | domainEnglishFormat.kif 55857-55857 | |
(termFormat EnglishLanguage SubtractionFn "subtraction") | domainEnglishFormat.kif 55856-55856 | |
(termFormat de SubtractionFn "SubtraktionFn") | terms-de.txt 264-264 |
antecedent |
![]() |
consequent |
![]() |
statement |
![]() |
(equal (MeasureFn ?NUMBER CelsiusDegree) (MeasureFn (DivisionFn (SubtractionFn ?NUMBER 32.0) 1.8) FahrenheitDegree)) |
Merge.kif 7037-7039 | equal 实数 摄氏度 and (那个 实数 和 32.0) 和 1.8 华氏度 |
(equal (MeasureFn ?NUMBER CelsiusDegree) (MeasureFn (SubtractionFn ?NUMBER 273.15) KelvinDegree)) |
Merge.kif 7033-7035 | equal 实数 摄氏度 and (那个 实数 和 273.15) 凯文度 |
(equal (ReachingMilitaryAgeAnnuallyMaleFn ?AREA ?YEAR) (CardinalityFn (KappaFn ?PERSON (and (instance ?PERSON Human) (attribute ?PERSON Male) (militaryAge ?AREA ?MILITARYAGE) (equal ?AGEMINUSONE (SubtractionFn ?AGE 1)) (holdsDuring ?YEAR (or (age ?PERSON ?AGEMINUSONE) (age ?PERSON ?AGE))) (equal ?AGE ?MILITARYAGE) (inhabits ?PERSON ?AREA))))) |
Military.kif 1001-1014 | equal 地缘政治区域 和 年 每年的 reaching 军事男性年龄 and 符号串 所描述的类别 instance 的数量 |
(forall (?NUMBER) (equal (PredecessorFn ?NUMBER) (SubtractionFn ?NUMBER 1))) |
Merge.kif 4764-4765 | 对所有 整数 equal (那个 整数+2) and (那个 整数 和 1) |
![]() |
![]() |