Skip to content
Paul Lipkowski edited this page Dec 2, 2023 · 13 revisions

Nun (v.0.5.4) is the upcoming version of RPN Calculator. It is named after the thirteenth letter of Hebrew alphabet – mem (מ). Its main improvement is the optimization of PS Environment – the code execution speed improved by about 60%. Mem is the first version since the generations have been abolished on August 31, 2022.

Details and features

  • Name: Mem
  • Version Code: 0.5.4
  • Version Type: stable version
  • Release Date: soon
  • Stable precedessor: Mem (v.0.5.3)
  • Stable successor: soon
  • Language: FreePascal
  • Lines of code: TBA
  • Number of functions: TBA + user-defined ones
  • Maximum number of instructions: de facto no limit (depends how many of them you can put in AnsiString, which has limit of either 2,147,483,647 (32 bit) or 9,223,372,036,854,775,807 chars (64 bit))
  • Number of entity types: TBA
  • Number of packages: TBA
  • About to be tested on:
    • systems: Windows (Win2000, Win7, Win8.1, Win10), Linux (Ubuntu 18-20, Debian 11, Mint 21, Manjaro)
    • architectures: i386/x86 (32 bit), amd64/x64 (64 bit)

List of confirmed changes

  • support of complex numbers
  • New vanilla functions:
    • re, im, arg
    • isReal, isComplex
    • realroot, complexroot
  • New functions for Number package:
    • minusOneTo, minusImagTo, plusImagTo, Number.imagTo`
  • New functions for Console package:
    • CPUCurFreqs (alias for CPUCurrentFreqs)
Clone this wiki locally