-
Notifications
You must be signed in to change notification settings - Fork 1
Number (type)
Number is an entity type used in PapajScript. It stores numerical values.
Number is the first entity type introduced in PS. Its debut was on April 26, 2018 along with release of the 0.4.0 version, along introduction of entities, although numbers de facto existed since the birth of RPN Calculator.
- In most cases the PS functions tell no difference between integers and non-integers –
Number
is a real number overall. - Since May 14, 2020, all advanced mathematical functions have been wrapped into the Math package.
- Since August 22, 2022, all basic mathematical functions have been wrapped into the Number package.
5
2
-10
20.5
Versions of Papaj:
Pre-builds: Bereshit (v.0.0.1), Shemot (v.0.0.2)
Aleph (v.0.1.0), Bet (v.0.2.0), Gimel (v.0.2.1), Dalet (v.0.3.0)
Hey (v.0.3.1), Vav (v.0.4.0), Zain (v.0.4.1), Chet (v.0.4.2), Tet (v.0.4.3)
Yod (v.0.5.0), Khaf (v.0.5.1), Lamed (v.0.5.2), Mem (v.0.5.3), Nun (v.0.5.4), Samech (v.0.5.5)
Development version: Leviathan
Packages of Papaj:
Vanilla, Array, Console, Date, Math, Number, String
Structures of Papaj:
Conditional, Entity, Loop, Variable
Array, Boolean, DateTime, Exception, LogicalExpression, Function, Number, Null, String
Home, PapajScript, Papaj (interpreter), Papaj REPL