What's New 2.13-prerelease.7
Welcome to eLegere 2.13-prerelease.7!
Overview¶
Improvements¶
- Improved Warning Windows for Expiring Login
Login
,System
Formulas¶
- New
=LOG()
function to calculate the Logarithm
Formulas
- New
=LN()
function to calculate the Natural logarithm
Formulas
- New
=POWER()
function for the Exponentiation
Formulas
Other¶
- Bug Fix
Application
,System
Improvements¶
Improved Warning Windows for Expiring Login¶
The developers have revised the window to warn of expiring login sessions in eLegere.
The list of improvements:
- Improved window's text clarity. Added clarifications for both Sign in Again and Continue to Work.
-
eLegere applies your choice on all the browser's tabs.
-
If you choose Sign in Again on one tab, the other tabs report that you are logging in again. After the Sign in Again, eLegere reloads all the tabs.
-
If you click once on Continue to Work, the warning won't appear each time you open a new page.
-
Formulas¶
New =LOG()
function to calculate the Logarithm¶
The developers have introduced a new function for formulas: =LOG()
.
=LOG()
calculates the Logarithm of a number to a specified base.
The syntax is the following:
1 |
|
Example
An example of use =LOG()
.
1 2 |
|
New =LN()
function to calculate the Natural logarithm¶
The developers have introduced a new function for formulas: =LN()
.
=LN()
calculates the Logarithm of a number having base the mathematical constant e = 2.718; i.e. the Natural logarithm.
The syntax is the following:
1 |
|
Example
An example of use =LN()
.
1 2 |
|
New =POWER()
function for the Exponentiation¶
The developers have introduced a new function for formulas: =POWER()
.
=POWER()
calculates a number's exponentiation given the power.
The syntax is the following:
1 |
|
Example
An example of use =POWER()
.
1 2 |
|
Other¶
Bug Fix¶
New bug fixes have solved issues from the previous 2.13.3 version.