Bug 111580 - math error
Summary: math error
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
5.3.0.3 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-09 18:48 UTC by richard becker
Modified: 2017-08-09 20:43 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:48:41 UTC
writing (1.25/(degrees(tan(65)) yields -0.0148! The correct response is .58288
or 
I15 = 1.25, i14 = 65
=(I15)/(DEGREES(TAN(I14)))

please help
thanks,
Richard Becker
Comment 1 m_a_riosv 2017-08-09 20:43:23 UTC
Not the proper way to get it.

=(1,25/TAN(RADIANS(65)))

Take a look to the help of the function
https://help.libreoffice.org/Calc/Mathematical_Functions#TAN