Bug 111581 - geometry error
Summary: geometry error
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.4.0.3 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-09 18:53 UTC by richard becker
Modified: 2017-08-10 00:00 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richard becker 2017-08-09 18:53:38 UTC
this entry yields -0.0148 when I15=1.25 and U14=65.

=(I15)/(DEGREES(TAN(I14)))

the correct response is .58288

your help is appreciated
Richard Becker
Comment 1 Jacques Guilleron 2017-08-10 00:00:47 UTC
Hi Richard,

TAN() requires a value in Radians.
RADIANS(65)=1.13446401379631
and:
1.25/TAN(RADIANS(65))=0.582884572693748

Have a good day,