![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SineFn |
| appearance as argument number 1 |
|
|
| (instance SineFn UnaryFunction) | Merge.kif 5321-5321 | Sine is an instance of unary function |
| (instance SineFn TotalValuedRelation) | Merge.kif 5322-5322 | Sine is an instance of total valued relation |
| (domain SineFn 1 RealNumber) | Merge.kif 5323-5323 | The number 1 argument of sine is an instance of real number |
| (range SineFn RealNumber) | Merge.kif 5324-5324 | The range of sine is an instance of real number |
| (documentation SineFn EnglishLanguage "(SineFn ?DEGREE) is the sine of ?DEGREE. The sine of ?DEGREE is the ratio of the side opposite ?DEGREE to the hypotenuse in a right-angled triangle.") | Merge.kif 5326-5328 | The range of sine is an instance of real number |
| (lexicon SineFn LexNoun "sinus") | engineering.kif 144-144 | The range of sine is an instance of real number |
| (lexicon SineFn LexNoun "sin") | engineering.kif 145-145 | The range of sine is an instance of real number |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (instance ?DEGREE RealNumber) (equal (TangentFn ?DEGREE) (DivisionFn (SineFn ?DEGREE) (CosineFn ?DEGREE)))) |
Merge.kif 5362-5368 | If X is an instance of real number, then equal the tangent of X, the sine of X, and the cosine of X |
| statement |
|
|
| (equal (ArcSineFn (SineFn ?X)) ?X) |
Merge.kif 5398-5398 | equal the arcsine of the sine of X and X |