LisaacTM Platform

FLOAT_PROCESSOR


The main prototype
Inherit/Insert Summary
parent_object No developed.
 
Slot Summary
init
Compatibility IsaacOS.
atan
atan_32
atan_64
atan_80
sqrt
sqrt_32
sqrt_64
sqrt_80
log
log_32
log_64
log_80
sin
sin_32
sin_64
sin_80
cos
cos_32
cos_64
cos_80
pow
pow_32
pow_64
pow_80
 

Inherit/Insert Detail

parent_object

.../base/number/real/float_processor.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_object : OBJECT

Detail slot

init

.../base/number/real/float_processor.li line #16

Section:
Public

Profile:
- SelfSELFinit 

Description:
Compatibility IsaacOS.

atan

.../base/number/real/float_processor.li line #18

Section:
Public

Profile:
- SelfSELFatan   n : REALREAL

atan_32

.../base/number/real/float_processor.li line #19

Section:
Public

Profile:
- SelfSELFatan_32   n : REAL_32REAL_32

atan_64

.../base/number/real/float_processor.li line #20

Section:
Public

Profile:
- SelfSELFatan_64   n : REAL_64REAL_64

atan_80

.../base/number/real/float_processor.li line #21

Section:
Public

Profile:
- SelfSELFatan_80   n : REAL_80REAL_80

sqrt

.../base/number/real/float_processor.li line #23

Section:
Public

Profile:
- SelfSELFsqrt   n : REALREAL

sqrt_32

.../base/number/real/float_processor.li line #24

Section:
Public

Profile:
- SelfSELFsqrt_32   n : REAL_32REAL_32

sqrt_64

.../base/number/real/float_processor.li line #25

Section:
Public

Profile:
- SelfSELFsqrt_64   n : REAL_64REAL_64

sqrt_80

.../base/number/real/float_processor.li line #26

Section:
Public

Profile:
- SelfSELFsqrt_80   n : REAL_80REAL_80

log

.../base/number/real/float_processor.li line #28

Section:
Public

Profile:
- SelfSELFlog   n : REALREAL

log_32

.../base/number/real/float_processor.li line #29

Section:
Public

Profile:
- SelfSELFlog_32   n : REAL_32REAL_32

log_64

.../base/number/real/float_processor.li line #30

Section:
Public

Profile:
- SelfSELFlog_64   n : REAL_64REAL_64

log_80

.../base/number/real/float_processor.li line #31

Section:
Public

Profile:
- SelfSELFlog_80   n : REAL_80REAL_80

sin

.../base/number/real/float_processor.li line #33

Section:
Public

Profile:
- SelfSELFsin   n : REALREAL

sin_32

.../base/number/real/float_processor.li line #34

Section:
Public

Profile:
- SelfSELFsin_32   n : REAL_32REAL_32

sin_64

.../base/number/real/float_processor.li line #35

Section:
Public

Profile:
- SelfSELFsin_64   n : REAL_64REAL_64

sin_80

.../base/number/real/float_processor.li line #36

Section:
Public

Profile:
- SelfSELFsin_80   n : REAL_80REAL_80

cos

.../base/number/real/float_processor.li line #38

Section:
Public

Profile:
- SelfSELFcos   n : REALREAL

cos_32

.../base/number/real/float_processor.li line #39

Section:
Public

Profile:
- SelfSELFcos_32   n : REAL_32REAL_32

cos_64

.../base/number/real/float_processor.li line #40

Section:
Public

Profile:
- SelfSELFcos_64   n : REAL_64REAL_64

cos_80

.../base/number/real/float_processor.li line #41

Section:
Public

Profile:
- SelfSELFcos_80   n : REAL_80REAL_80

pow

.../base/number/real/float_processor.li line #43

Section:
Public

Profile:
- SelfSELFpow  ( n : REAL, exp : REAL) : REAL

pow_32

.../base/number/real/float_processor.li line #44

Section:
Public

Profile:
- SelfSELFpow_32  ( n : REAL_32, exp : REAL_32) : REAL_32

pow_64

.../base/number/real/float_processor.li line #45

Section:
Public

Profile:
- SelfSELFpow_64  ( n : REAL_64, exp : REAL_64) : REAL_64

pow_80

.../base/number/real/float_processor.li line #46

Section:
Public

Profile:
- SelfSELFpow_80  ( n : REAL_80, exp : REAL_80) : REAL_80