  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,592   Was thanked: 1929 time(s) in 654 post(s)
|
New Beta SMath Studio 1.0.8206 is available!Tiny, powerful, free mathematical program with WYSIWYG editor and complete units of measurements support. It provides numerous computing features and rich user interface translated into about 40 different languages. Application also contains integrated mathematical reference book. Changes introduced in current buildImprovements- if(..) function extended to support any number of arguments more or equal to 2;
- Approximately Equal operator implemented (Options dialog extended with an appropriate setting; button added to the Boolean toolbox);
- Defined Integral supports units now;
- Rendering of the text improved in program dialogs;
- Electron-volt (k, M, G, T) unit added;
- Sleep function added allows to suspends the current thread for the specified amount of time specified in milliseconds;
- Proxy settings implemented.
Corrections- Numeric calculations with units corrected in cases when final result is equal to zero.
Miscellaneous- Startup of Desktop version is made faster in the environments where access to printer is slow;
- High DPI support improved;
- Displaying of the previews improved in Insert Function dialog;
- Offline login logic corrected;
- Settings dialog refactoring;
- SMath LLC code certificate issued and included into repository.
Download
|
 6 users thanked Andrey Ivashov for this useful post.
|
on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 23/06/2022(UTC)
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,592   Was thanked: 1929 time(s) in 654 post(s)
|
Any case of "if" statement is available now.  Approximately equal operator is available now (see Options dialog to set the accuracy): 
|
 9 users thanked Andrey Ivashov for this useful post.
|
on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 20/06/2022(UTC), on 21/06/2022(UTC), on 22/06/2022(UTC)
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 238  Was thanked: 76 time(s) in 47 post(s)
|
Hi Andrey,
I see the "Approximately equal" operator accuracy varies from 0 to 15. What does this value actually represent? |
|
|
|
|
  Rank: Administration Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member Joined: 11/07/2008(UTC) Posts: 1,592   Was thanked: 1929 time(s) in 654 post(s)
|
Originally Posted by: alyles  I see the "Approximately equal" operator accuracy varies from 0 to 15. What does this value actually represent? Hi! It is an accuracy of the "Approximately equal" operator. F.e. if the accuracy is 0, then pi≈3, if 1, then pi≈3.1, if accuracy is set as 2, then pi≈3.14 etc. Best regards.
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 13/09/2011(UTC) Posts: 47 Location: Kolkata
Was thanked: 6 time(s) in 6 post(s)
|
Great to see Smath Studio is continuously improving!
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/12/2011(UTC) Posts: 296   Location: italy Was thanked: 103 time(s) in 87 post(s)
|
Hi Andrey, considering that the "accuracy operator" parameter that regulates "approximately equal" is unique, wouldn't it be appropriate that it is defined in percentage terms?
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 238  Was thanked: 76 time(s) in 47 post(s)
|
It's more than just the decimal place precision.  approximately.sm (5kb) downloaded 10 time(s). |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/03/2016(UTC) Posts: 238  Was thanked: 76 time(s) in 47 post(s)
|
Originally Posted by: PompelmoTell  Hi Andrey, considering that the "accuracy operator" parameter that regulates "approximately equal" is unique, wouldn't it be appropriate that it is defined in percentage terms? Regarding that.. I think "precision operator" more appropriately reflects the intended purpose. |
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 774  Was thanked: 276 time(s) in 196 post(s)
|
Originally Posted by: Andrey Ivashov  Hi! It is an accuracy of the "Approximately equal" operator. F.e. if the accuracy is 0, then pi≈3, if 1, then pi≈3.1, if accuracy is set as 2, then pi≈3.14 etc.
Best regards. This is a nice new feature. Would it be possible to modify this value independent to regions? Adding another submenu to region right-click would be awesome. As in decimal places, exponential threshold, rounding choosing. Regards
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 988  Was thanked: 543 time(s) in 353 post(s)
|
Hi. About the new approximately equal operator, another way to introduce it could be introducing a general infix operator, like in Mathcad. This screen capture is from Mathcad 6 running in Windows 3.11:  For work with units you just need to modify the rhs by abs( a-b ) < UnitsOf( a-b )*TOL (or maybe UoM). Notice that also can be a solution for another features requests, like this one about inline division: https://en.smath.com/for...614_Inline-division.aspxAbout the "Defined Integral supports units now" it is a major improvement, and while there will be many worksheets to update, it is a substantial and very welcome improvement. I do think that some kind of special announcement should be made. Also, if you plan to also modify solve and roots to accept drives, you may want to introduce the two improvements together in a future stable beta release. Finally, many thanks to you Andrey and to all the developers who collaborate with the plugins for this excellent program. Best regards. Alvaro. Edited by user 22 June 2022 04:20:57(UTC)
| Reason: Not specified
|
|
|
|
  Rank: Member Groups: Registered
Joined: 28/07/2014(UTC) Posts: 10  Location: zhejiang
|
Originally Posted by: Andrey Ivashov  New Beta SMath Studio 1.0.8206 is available!Tiny, powerful, free mathematical program with WYSIWYG editor and complete units of measurements support. It provides numerous computing features and rich user interface translated into about 40 different languages. Application also contains integrated mathematical reference book. Changes introduced in current buildImprovements- if(..) function extended to support any number of arguments more or equal to 2;
- Approximately Equal operator implemented (Options dialog extended with an appropriate setting; button added to the Boolean toolbox);
- Defined Integral supports units now;
- Rendering of the text improved in program dialogs;
- Electron-volt (k, M, G, T) unit added;
- Sleep function added allows to suspends the current thread for the specified amount of time specified in milliseconds;
- Proxy settings implemented.
Corrections- Numeric calculations with units corrected in cases when final result is equal to zero.
Miscellaneous- Startup of Desktop version is made faster in the environments where access to printer is slow;
- High DPI support improved;
- Displaying of the previews improved in Insert Function dialog;
- Offline login logic corrected;
- Settings dialog refactoring;
- SMath LLC code certificate issued and included into repository.
Download how to input else if? I use SMathStudioDesktop.1_0_8206.Mono
|
|
|
|
  Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,498   Location: Italy Was thanked: 1253 time(s) in 825 post(s)
|
Originally Posted by: Jacques.chen  how to input else if? I use SMathStudioDesktop.1_0_8206.Mono In the placeholders of the if() function type an "argument separator" symbol (comma or semicolon, usually)  The if without else will improve alot the readability of many scripts, thank you Andrey. Edited by user 22 June 2022 13:54:44(UTC)
| Reason: Not specified |
If you like my plugins please consider a donation to SMath Studio; for personal contributions to me: paypal.me/dcprojects |
 2 users thanked Davide Carpi for this useful post.
|
on 22/06/2022(UTC), on 27/06/2022(UTC)
|
|
 Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,103  Was thanked: 891 time(s) in 719 post(s)
|
~= I found no way to code double tilde Office 2000 in Win 7. Works fine as separate utility. Maths Round(U,n) UTILITIES.sm (15kb) downloaded 9 time(s).
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 23/07/2013(UTC) Posts: 774  Was thanked: 276 time(s) in 196 post(s)
|
Originally Posted by: Jean Giraud  ~= I found no way to code double tilde Office 2000 in Win 7. Works fine as separate utility. Maths Round(U,n) UTILITIES.sm (15kb) downloaded 9 time(s). This is not the right place to post samples. Could any admin delete post above with mine? Regards
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 03/07/2017(UTC) Posts: 8
|
  Перестали вычисляться безразмерные интегралы
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 03/07/2017(UTC) Posts: 8
|
 Thank you. But the problem is not because of eval(). She's somewhere deeper. My f3(x) and f4(x) limits are ainterp() of the table data.
|
|
|
|
  Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 988  Was thanked: 543 time(s) in 353 post(s)
|
Originally Posted by: avp  ... Thank you. But the problem is not because of eval(). She's somewhere deeper. My f3(x) and f4(x) limits are ainterp() of the table data. Hi. Yes, I see that there are more than one issue with the double integration, even for some simple cases it is not sowed.  Best regards. Alvaro.
|
|
|
|
 Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,103  Was thanked: 891 time(s) in 719 post(s)
|
You don't provide enough maths for attempting to doctor. You may get inspired from the double Simpson integrator. Please, don't hesitate ... Jean Double Integration Forum.sm (37kb) downloaded 4 time(s).
|
|
|
|
 Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,103  Was thanked: 891 time(s) in 719 post(s)
|
|
|
|
|
 Rank: Newbie
Groups: Registered
Joined: 03/07/2017(UTC) Posts: 8
|
Originally Posted by: Jean Giraud  You don't provide enough maths for attempting to doctor. You may get inspired from the double Simpson integrator. Please, don't hesitate ... Jean Double Integration Forum.sm (37kb) downloaded 4 time(s). The question is why in the stable version integrals are calculated without problems, but in the new one it gives an error in the same places?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.