Bug 137927 - No recalculation in a specific funcion cascade: degree -> radians -> tan
Summary: No recalculation in a specific funcion cascade: degree -> radians -> tan
Status: RESOLVED DUPLICATE of bug 137248
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.0.2.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-02 08:42 UTC by Thomas Kramps
Modified: 2020-11-02 09:38 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 Thomas Kramps 2020-11-02 08:42:26 UTC
Description:
No recalculation in a specific funcion cascade: degree -> radians -> tan

Steps to Reproduce:
1. Put a degree in cell A1: 40
2. In cell A2 calculate the radians of the degree: =RADIANS(A1)
3. In cell A3 calculate the tangens of the radians: =TAN(A2)
4. Now change the degree: 40 -> 50

Actual Results:
Cell A3 won't be recalculated. It still shows the old result of degree 40.

Expected Results:
Result of cell A3 should change, if you change cell A1.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.2.2 (x64)
Build ID: 8349ace3c3162073abd90d81fd06dcfb6b36b994
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: CL
Comment 1 Ming Hua 2020-11-02 09:00:31 UTC
Thanks for reporting.  This is likely the same issue reported in bug 137248, which has been fixed and the fix is available in version 7.0.3.

I'm marking this bug as DUPLICATE.  Please test with 7.0.3, and report back if it doesn't solve your problem.

*** This bug has been marked as a duplicate of bug 137248 ***
Comment 2 Thomas Kramps 2020-11-02 09:38:52 UTC
Yes, you're right. Was a dup.

Tested with 7.0.3, bug gone.

Was not aware of 7.0.3 since the auto updater didn't inform yet.