What's new in Quantity System Calculator 1.2

Feb 16, 2011
  • Symbolic Calculations enhanced.
  • More toward blending numerical and symbolic calculations in the same context.
  • Enhanced parsing speed.

New in Quantity System Calculator 1.1.9.964 (Jun 30, 2010)

  • This release contains a lot of things
  • Addition of Symbolic Quantities
  • New quantities types added
  • Additional speed.
  • More toward tensor concepts.
  • The released version of DLR and many many fixes.

New in Quantity System Calculator 1.1.7.0 (Sep 30, 2009)

  • version 1.1.7 has gone some conceptual thinking about Sequence declaration and passing function as arguments.

New in Quantity System Calculator 1.1.4.0 (Sep 2, 2009)

  • Factorial has been enhanced to include real positive numbers i.e. writing 3.5! = 11.6317283996629
  • Heavy optimizations for calculations - now calling the same conversion from unit to unit is cached during the session.
  • Enhacing Qs hosting to be used dynamically inside any .NET applications using DLR hosting APIs.
  • ScriptRuntime sr = Qs.Qs.CreateRuntime();
  • var QsScope = sr.ExecuteFile("test.qs");
  • var QsEngine = sr.GetEngine("Qs");
  • var a = QsEngine.Execute("a=5", QsScope) as AnyQuantity;