XICalc Changelog

What's new in XICalc 3.2.19.35363

Oct 25, 2008
  • Fixed a major problem with SqRt(x) for some numbers that call
  • MultiID.SqRtRemSlowSI(MultiSI x, MultiSI r, MultiSI z). For example
  • Sqr(91258893,03356221,57253936,60000000,00000000,00000000,00000000,00000000)
  • Fixed minor problem with Re not set to zero when result including Re could
  • not be computed. Also tested for Re index == Common.iTop and could not be computed
  • Fixed a problem with log file being read only in Common.ChkAppend
  • Fixed a problem in Configuration Form of not displaying Modulo Base (FMB)
  • when updated
  • After F10 hit other function keys do not respond, so changed Clear Input to
  • Ctrl+F11
  • changed muNMax = max number of super digits in a multi-precision from
  • 8388650 to 16777300 allowing 134218400 vice 67109200 decimal digits.
  • Put a MuInterrupt(); test inside inner loop in IpMul subroutine in
  • MultiID.cs. Was getting (Not Responding) for large multiplies when FHT mode was off
  • Changed IsSq(X) so x < 0 is never called square
  • Speeded up x=a^b when a=10 or a=-10 and b >= 0, especially for large
  • precision. Also works for Pow(a, b) but not PowM(a, b)
  • Corrected Help and .doc file for PolSturmI(P, X, Y) = Number of real roots in P in interval (X, Y)