Added flt_arith
This commit is contained in:
parent
c20a2155fa
commit
1c848c8db3
|
@ -3,6 +3,7 @@ alloc
|
|||
assert
|
||||
em_code
|
||||
em_mes
|
||||
flt_arith
|
||||
idf
|
||||
input
|
||||
malloc
|
||||
|
|
|
@ -34,3 +34,6 @@ end
|
|||
name "EM-code reading module"
|
||||
dir read_em
|
||||
end
|
||||
name "Floating point arithmetic module"
|
||||
dir flt_arith
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue