Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ArcCosineFn
ArcCosineFn

appearance as argument number 1
-------------------------


(documentation ArcCosineFn EnglishLanguage "The inverse of CosineFn.") Merge.kif 5261-5261
(domain ArcCosineFn 1 RealNumber) Merge.kif 5259-5259 The number 1 argument of arccosine is an instance of real number
(instance ArcCosineFn TotalValuedRelation) Merge.kif 5258-5258 Arccosine is an instance of total valued relation
(instance ArcCosineFn UnaryFunction) Merge.kif 5257-5257 Arccosine is an instance of unary function
(range ArcCosineFn RealNumber) Merge.kif 5260-5260 The range of arccosine is an instance of real number

appearance as argument number 2
-------------------------


(format EnglishLanguage ArcCosineFn "the arccosine of %1") Merge.kif 5262-5262
(format ItalianLanguage ArcCosineFn "l' arcocoseno di %1") relations-it.txt 24-24
(format de ArcCosineFn "der arcuskosinus von %1") relations-de.txt 897-897
(format hi ArcCosineFn "%1 kaa aarakosaaina") relations-hindi.txt 68-68
(format sv ArcCosineFn "arccosinus av %1") relations-sv.txt 462-462
(format tg ArcCosineFn "ang arccosine ng %1") relations-cb.txt 58-58
(termFormat EnglishLanguage ArcCosineFn "arccosine") Merge.kif 5263-5263
(termFormat tg ArcCosineFn "arccosine") relations-tg.txt 65-65

consequent
-------------------------


(=>
    (and
        (relativeAngle ?O1 ?O2 ?N)
        (physicalEnd ?E1 ?O1)
        (physicalEnd ?E2 ?O1)
        (not
            (equal ?E1 ?E2))
        (length ?O1
            (MeasureFn ?N1 ?U))
        (length ?O2
            (MeasureFn ?N2 ?U))
        (distance ?E1 ?E3
            (MeasureFn ?N3 ?U))
        (physicalEnd ?E3 ?O2)
        (physicalEnd ?E4 ?O2)
        (not
            (equal ?E3 ?E4))
        (not
            (meetsSpatially ?E1 ?E3)))
    (equal ?N
        (ArcCosineFn
            (DivisionFn
                (SubtractionFn
                    (SubtractionFn
                        (MultiplicationFn ?N3 ?N3)
                        (MultiplicationFn ?N1 ?N1))
                    (MultiplicationFn ?N2 ?N2))
                (MultiplicationFn 2.0
                    (MultiplicationFn ?N1 ?N2))))))
Merge.kif 17906-17931

statement
-------------------------


(equal
    (ArcCosineFn
        (CosineFn ?X)) ?X)
Merge.kif 5265-5265 The arccosine of the cosine of a real number is equal to the real number


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners