LisaacTM Platform

UNSIGNED_FIXED_REAL


Unsigned real number of fixed decimal part.
Inherit/Insert Summary
parent_fixed_real No developed.
 
Bound test
bound_test to
 
Around
object_size
minimum
floor
Greatest integral value no greater than Current. Greatest integral value no greater than Current.
ceiling
Smallest integral value no smaller than Current. Smallest integral value no smaller than Current.
rounded
Rounded integral value.
truncated_to_integer
Integer part (largest absolute value no greater than Current). Integer part (largest absolute value no greater than Current).
 
binary operator :
Infix '-'
Infix '*#'
Infix '*'
Infix '/#'
Infix '/'
? {other/=0}
Infix '&'
Infix '>>'
Infix '<<'
 
Test binary operator :
Infix '>'
 
prefix : Unary operator
Prefix '~'
 

Inherit/Insert Detail

parent_fixed_real

.../base/number/low_level/unsigned_fixed_real.li line #9

Section:
Inherit

Profile:
- SelfSELFparent_fixed_real : FIXED_REAL

Bound test

bound_test to

.../base/number/low_level/unsigned_fixed_real.li line #17

Section:
Public

Profile:
- SelfSELFbound_test   low : INTEGER_64  to   up : UINTEGER_64BOOLEAN

Around

object_size

.../base/number/low_level/unsigned_fixed_real.li line #26

Section:
Public

Profile:
- SelfSELFobject_size : INTEGER

minimum

.../base/number/low_level/unsigned_fixed_real.li line #28

Section:
Public

Profile:
- SelfSELFminimum : INTEGER_64

floor

.../base/number/low_level/unsigned_fixed_real.li line #30

Section:
Public

Profile:
- SelfSELFfloor : INTEGER

Description:
Greatest integral value no greater than Current. Greatest integral value no greater than Current.

ceiling

.../base/number/low_level/unsigned_fixed_real.li line #40

Section:
Public

Profile:
- SelfSELFceiling : INTEGER

Description:
Smallest integral value no smaller than Current. Smallest integral value no smaller than Current.

rounded

.../base/number/low_level/unsigned_fixed_real.li line #50

Section:
Public

Profile:
- SelfSELFrounded : INTEGER

Description:
Rounded integral value.

truncated_to_integer

.../base/number/low_level/unsigned_fixed_real.li line #56

Section:
Public

Profile:
- SelfSELFtruncated_to_integer : INTEGER

Description:
Integer part (largest absolute value no greater than Current). Integer part (largest absolute value no greater than Current).

binary operator :

Infix '-'

.../base/number/low_level/unsigned_fixed_real.li line #63

Section:
Public

Profile:
- SelfSELF- ' Left 80  other : SELFSELF

Infix '*#'

.../base/number/low_level/unsigned_fixed_real.li line #68

Section:
Public

Profile:
- SelfSELF*# ' Left 100  other : INTEGERSELF

Infix '*'

.../base/number/low_level/unsigned_fixed_real.li line #73

Section:
Public

Profile:
- SelfSELF* ' Left 100  other : SELFSELF

Infix '/#'

.../base/number/low_level/unsigned_fixed_real.li line #78

Section:
Public

Profile:
- SelfSELF/# ' Left 100  other : INTEGERSELF

Infix '/'

.../base/number/low_level/unsigned_fixed_real.li line #83

Section:
Public

Profile:
- SelfSELF/ ' Left 100  other : SELFSELF

Description:
? {other/=0}

Infix '&'

.../base/number/low_level/unsigned_fixed_real.li line #88

Section:
Public

Profile:
- SelfSELF& ' Left 100  other : SELFSELF

Infix '>>'

.../base/number/low_level/unsigned_fixed_real.li line #93

Section:
Public

Profile:
- SelfSELF>> ' Left 100  other : INTEGERSELF

Infix '<<'

.../base/number/low_level/unsigned_fixed_real.li line #98

Section:
Public

Profile:
- SelfSELF<< ' Left 100  other : INTEGERSELF

Test binary operator :

Infix '>'

.../base/number/low_level/unsigned_fixed_real.li line #107

Section:
Public

Profile:
- SelfSELF> ' Right 60  other : SELFBOOLEAN

prefix : Unary operator

Prefix '~'

.../base/number/low_level/unsigned_fixed_real.li line #116

Section:
Public

Profile:
- ~ ' SelfSELFSELF