![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| AbsoluteValueFn |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage AbsoluteValueFn "absolute value") | domainEnglishFormat.kif 5161-5161 | |
| (termFormat ChineseTraditionalLanguage AbsoluteValueFn "絕對值") | domainEnglishFormat.kif 5162-5162 | |
| (termFormat ChineseLanguage AbsoluteValueFn "绝对值") | domainEnglishFormat.kif 5163-5163 | |
| (format EnglishLanguage AbsoluteValueFn "the absolute value of %1") | english_format.kif 690-690 |
| antecedent |
|
|
| (<=> (and (equal (AbsoluteValueFn ?NUMBER1) ?NUMBER2) (instance ?NUMBER1 RealNumber) (instance ?NUMBER2 RealNumber)) (or (and (instance ?NUMBER1 NonnegativeRealNumber) (equal ?NUMBER1 ?NUMBER2)) (and (instance ?NUMBER1 NegativeRealNumber) (equal ?NUMBER2 (SubtractionFn 0.0 ?NUMBER1))))) |
Merge.kif 4880-4891 | equal the absolute value of X and Y and X is an instance of real number and Y is an instance of real number if and only if X is an instance of nonnegative real number and equal X and Y or X is an instance of negative real number and equal Y and (0.0 and X) |