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 5289-5289
(domain ArcCosineFn 1 RealNumber) Merge.kif 5287-5287 The number 1 argument of arccosine is an instance of real number
(instance ArcCosineFn TotalValuedRelation) Merge.kif 5286-5286 Arccosine is an instance of total valued relation
(instance ArcCosineFn UnaryFunction) Merge.kif 5285-5285 Arccosine is an instance of unary function
(range ArcCosineFn RealNumber) Merge.kif 5288-5288 The range of arccosine is an instance of real number

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


(format EnglishLanguage ArcCosineFn "the arccosine of %1") Merge.kif 5290-5290
(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 5291-5291
(termFormat de ArcCosineFn "ArcuskosinusFn") terms-de.txt 267-267
(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 18089-18114

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


(equal
    (ArcCosineFn
        (CosineFn ?X)) ?X)
Merge.kif 5293-5293 equal the arccosine of the cosine of a real number and 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