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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ArcCosineFn

Sigma KEE - ArcCosineFn
ArcCosineFn

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


(documentation ArcCosineFn EnglishLanguage "The inverse of CosineFn.") Merge.kif 5247-5247
(domain ArcCosineFn 1 RealNumber) Merge.kif 5245-5245 The number 1 argument of arccosine is an instance of real number
(instance ArcCosineFn TotalValuedRelation) Merge.kif 5244-5244 Arccosine is an instance of total valued relation
(instance ArcCosineFn UnaryFunction) Merge.kif 5243-5243 Arccosine is an instance of unary function
(range ArcCosineFn RealNumber) Merge.kif 5246-5246 The range of arccosine is an instance of real number

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


(format EnglishLanguage ArcCosineFn "the arccosine of %1") Merge.kif 5248-5248
(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
    (or "arccosinus av %1" "arccos(%1)"))
relations-sv.txt 462-463
(format tg ArcCosineFn "ang arccosine ng %1") relations-cb.txt 58-58
(termFormat EnglishLanguage ArcCosineFn "arccosine") Merge.kif 5249-5249
(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 17791-17816

Show without tree


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