FIX: Correct order when stringify -(A1^1.22) and (-A1)^1.22 (#484)

Fixes #483
This commit is contained in:
Nicolás Hatcher Andrés
2025-10-27 19:09:31 +01:00
committed by GitHub
parent c88bcb94ae
commit 1edfb2df1c
5 changed files with 44 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ mod test_geomean;
mod test_get_cell_content;
mod test_implicit_intersection;
mod test_issue_155;
mod test_issue_483;
mod test_ln;
mod test_log;
mod test_log10;