#16933 closed enhancement (fixed)

libqalculate-4.3.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 11.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Douglas R. Reno, 20 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 20 months ago

Changes:

Fix handling of Unicode powers for units in denominator, with adaptive parsing enabled (e.g. parse 10m/s² the same as 10m/s2)

Fix "+" ignored after "E" in number bases where "E" is a digit

Fix scientific E notation with sign in argument when function is used without parentheses

Fix lambertw() for values very close to zero

Fix a*bx+cx=d when a and c have different signs, and d is non-zero

Fix ax*bx=c when a and b is negative, and c is positive

Fix segfaults in some corner cases

Fix potential issues in handling of leap seconds (e.g. during subtraction of seconds from date)

var=a syntax for variable assignment with calculated expression

Replace ounce with fluid ounce during conversion to volume unit

Solve ax+bx+...=c in more cases

Improve remainder/modulus for numerators with large exponents

Truncate number in output of parsed expression and end with ellipsis if unable to display all decimals

Improved floating point calculation and output speed, particularly for simple expressions with very high precision

New functions: clip(), qFormat(), qError()

"clear history" command and option to clear (not save) history on exit

Minor bug fixes and feature enhancements

comment:3 by Douglas R. Reno, 20 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.