Post Reply 
newRPL - Updated to build 1510 [official build remains at 1487]
06-07-2021, 02:56 PM (This post was last modified: 06-07-2021 03:05 PM by compsystems.)
Post: #99
RE: newRPL - Updated to build 1360 [ including official build]
Hello, speaking of the CEILING and FLOOR functions.
In UNICODE times, it would be great if we could code in RPL with the real math symbols.
-3.8 CEILING or
-3.8 ⌈⌉ [enter] -3
-3.8 ⌊⌋ [enter] -4
{ 1,2,3} {3,4,56} ∩ [enter] 3


PHP Code:
CEILING⌈⌉
FLOOR
,  ⌊⌋
+ (sum)
- (
subtraction)
×, * (multiplication)
÷, / (division)
^, ** (
power)

Logical op

AND, (conjunction
OR,  
∨ (disjunction)
NOT¬ (negation

relational OP
== (equal)> 
, !=, <> (different)
<(
minor)
, <= (less than or equal)
> (
mayor)
, >= (greater than or equal)

others








... 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL - Updated to build 1360 [ including official build] - compsystems - 06-07-2021 02:56 PM
Navigating through sub-menus - Gilles - 05-13-2023, 11:31 AM
It's a mystery to me... - Klaus - 11-27-2023, 12:24 PM



User(s) browsing this thread: 2 Guest(s)