Physical constants updated with CODATA 2022 values
使用CODATA 2022值更新物理常数
New function: allroots()新函数:allroots()
New units: therm, thermie, IUNS calorie, rpm
新单位:热、热量、IUNS卡路里、rpm
Additional names/symbols for turn unit旋转装置的附加名称/符号
Use symbol "cal" for thermochemical (instead of international table) calorie
使用符号“cal”表示热化学(而不是国际表)卡路里
Change title and names/symbols of weak mixing angle (prepend "sin2" to theta variants)
更改弱混合角的标题和名称/符号(在theta变量前添加“sin 2”)
Return exact negative integers in log10()
返回log10()中的负整数
More conservative handling of infinity in equations
方程中无穷大的更保守处理
Remove n from equation solution if possible using assumptions of x
如果可能,使用x的假设,从方程解中删除n
Fix input of scientific E-notation using lowercase e in numbers using concise interval notation, in expressions
修复输入的科学E-计数法使用的数字使用简明区间表示法,在表达式中
Fix "bit width" and "signed integer" arguments in setbits()
修复setbits()中的“位宽”和“有符号整数”参数
Fix a^(f(x))=a^(b*g(x)) where b=2 or b=3固定a^(f(x))=a^(B*g(x)),其中B=2或B=3
Fix auto/dual approximation with "where" expression
修复带有“where”表达式的自动/双重逼近
Fix "where" expressions with multiple inequality statements for a single variable, e.g. "where x>0 and x<10"
修复“where”表达式中包含单个变量的多个不等式语句,例如“where x 0 and x 10”
Fix crash when a variable name/symbol with more than 20 characters is used in "where" expression
修复当在“where”表达式中使用超过20个字符的变量名称/符号时崩溃的问题
Fix qalc not exiting after factorization in non-interactive mode (CLI)
修复在非交互模式(CLI)下进行因式分解后qalc不退出的问题
Option to change the max number of history lines saved (GTK, Qt)
选项更改保存的历史记录行数的最大值(GTK,Qt)
Fix subsequent tab completions after completion of unit with prefix (GTK, Qt)
修复在完成带有前缀(GTK,Qt)的单元后的后续选项卡完成
Save date and time for history items, add search by date, and show date of selected history item in search by date context menu item (GTK)
保存历史项目的日期和时间,添加按日期搜索,并在按日期搜索上下文菜单项中显示选定历史项目的日期(GTK)
Option to save history to separate file (GTK)
选择保存历史到单独的文件(GTK)
Improved sorting of text strings with Unicode characters (GTK)
改进了Unicode字符的文本字符串排序(GTK)
Reverse order of row and column for element index in matrix dialogs (GTK)
矩阵对话框中元素索引的行和列的逆序(GTK)
Fix extremely small superscript and subscript with some fonts and on Windows with scaling ≥200% (GTK)
修复某些字体和Windows上缩放≥200%的极小上标和下标(GTK)
Fix empty windows when opened a second time (GTK)
修复第二次打开时的空窗口(GTK)
Option (enabled by default) to show expression status (parsed expression and calculated value) as you type in history list, instead of in tooltip (Qt)
选项(默认启用)显示表达式状态(解析表达式和计算值),因为你在历史列表中键入,而不是在工具提示(Qt)
Option to hide toolbar (Qt)隐藏工具栏选项(Qt)
Option to preserve height of history list when keypad or number bases are shown/hidden (Qt)
当显示/隐藏小键盘或数字基础时,保留历史列表高度的选项(Qt)
Headers for keyboard shortcuts and actions lists to allow custom sorting (Qt)
用于键盘快捷键和操作列表的标题,以允许自定义排序(Qt)
Option to show/hide hidden units (hidden by default) in units window (Qt)
在单位窗口中显示/隐藏隐藏单位的选项(默认情况下隐藏)(Qt)
Reduced minimum height (one line) of expression field (Qt)
减少表达式字段的最小高度(一行)(Qt)
Fix unnecessary parenthesis, with wrong color for closing bracket, around unit with exponent (Qt)
修复不必要的括号,关闭括号的颜色错误,围绕指数单位(Qt)
Fix convert button text, when toolbar style is not icon only (Qt)
修复转换按钮文本,当工具栏样式不是图标时(Qt)
Fix history list not cleared before reload if there are exactly one item (Qt)
修复如果只有一个项目(Qt),则在重新加载之前未清除历史列表的问题