Rank: Guest
Groups: Guests
Joined: 11/07/2008(UTC) Posts: 27
|
|
|
|
|
Rank: Guest
Groups: Guests
Joined: 11/07/2008(UTC) Posts: 27
|
That last part is interesting: Roman numerals
Is it possible to support base conversions bin-oct-hex-dec-base12(duodecimal) and other ancient (or modern) numbering/numeral systems?
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 30/08/2012(UTC) Posts: 3 Location: dallas
|
Is it possible to modify or add to the definitions in "\entries\units.xml to add "Torque" units similar to Mathcad.... Also, is it possible to modify same file to add US definitions and change defaults, as well as eliminate some that are not used as frequently in US.
For example, in 30+ year of structural engineering I have only once used SI units and never illuminance, inductance units, etc....if they can be eliminated in a "custom" units.xml file, I would remove most the unused units.
It would significantly speed up drilling down to units I do use on frequent basis.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 20/07/2012(UTC) Posts: 3 Location: Syracuse, NY Was thanked: 1 time(s) in 1 post(s)
|
It is possible to do so, I've edited my units.xml to define everything in terms of inches and pounds (left metric alone since I don't use it). I also added a few custom definitions such as area and diameter of rebar. To add units I found it best to not change the language file and just add the unit definition Code:<unit value="0.79*'in^2" description="248" dimension="All">
<name lang="eng" text="'A.#8" />
</unit>
Edited by user 04 September 2012 23:17:51(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member Groups: Registered
Joined: 15/12/2012(UTC) Posts: 14 Location: Kentucky Was thanked: 1 time(s) in 1 post(s)
|
This is great. Thanks for posting this for all of us who have to use English units. It's not quite perfect (converting between metric and English does not output as expected), but it's much better than the defaults, especially the badly needed inclusion of units for force density (pcf). Can someone explain to me how to adjust this file so the default unit is feet instead of inches? For example, in the following calculation: 150 pcf * 1 ft * 1 ft = I would like the default result to be: 150 lb/ft instead of: 12 lb/in Edited by user 24 July 2013 01:03:43(UTC)
| Reason: Not specified
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 22/11/2019(UTC) Posts: 3
|
Great software! I especially like the interface as a calculator.
Wonder if we already have the function of bin-oct-hex-dec conversion?
Thanks!
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,440 Was thanked: 891 time(s) in 566 post(s)
|
Originally Posted by: yardern Great software! I especially like the interface as a calculator.
Wonder if we already have the function of bin-oct-hex-dec conversion?
Thanks! Hi. I use this. numbase.sm (13kb) downloaded 202 time(s).Best regards. Alvaro.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 22/11/2019(UTC) Posts: 3
|
Originally Posted by: Razonar Hi. I use this.
<a class="attachedImageLink {html:false,image:false,video:false}" href="/forum/resource.ashx?a=32073 Thanks, it works great! Wish it could handle negative values. BTW, I see a lot squares in (I know not all ASCII code can be displayed) definition of N$256, It seems N$256 is not needed? Anyway, thanks!
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,440 Was thanked: 891 time(s) in 566 post(s)
|
Originally Posted by: yardern Wish it could handle negative values.
You need to define the complement value. Windows calc use 2^64, but SMath only can use 2^32. Check the attached. Originally Posted by: yardern BTW, I see a lot squares in (I know not all ASCII code can be displayed) definition of N$256, It seems N$256 is not needed? Anyway, thanks!
I use N$256 sometimes for convert full ASCII text to a decimal number. For example, the string "SMath" in base 256, using N$256 is 353468707687 in base 10. numbase.pdf (508kb) downloaded 123 time(s). numbase.sm (210kb) downloaded 97 time(s).Best regards. Alvaro.
|
2 users thanked Razonar for this useful post.
|
on 24/11/2019(UTC), on 27/12/2022(UTC)
|
|
Rank: Newbie
Groups: Registered
Joined: 22/11/2019(UTC) Posts: 3
|
Thanks! Razonar. Obviously I have a lot to learn.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 26/09/2014(UTC) Posts: 2 Location: Саратов
|
Originally Posted by: Razonar Originally Posted by: yardern Great software! I especially like the interface as a calculator.
Wonder if we already have the function of bin-oct-hex-dec conversion?
Thanks! Hi. I use this. numbase.sm (13kb) downloaded 202 time(s).Best regards. Alvaro. This is cool, but Bas2Dec("803d800",16)=134576128 - is no true. True resulit is 134469632. Help me pleas. Edited by user 18 February 2020 09:28:35(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,440 Was thanked: 891 time(s) in 566 post(s)
|
Hi. Sorry for the long delay. I don't use ucase function, so those are different strings: Best regards. Alvaro.
|
|
|
|
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.