Browse Source

Added flt_arith

ceriel 35 years ago
parent
commit
1c848c8db3
2 changed files with 4 additions and 0 deletions
  1. 1 0
      modules/src/.distr
  2. 3 0
      modules/src/Action

+ 1 - 0
modules/src/.distr

@@ -3,6 +3,7 @@ alloc
 assert
 em_code
 em_mes
+flt_arith
 idf
 input
 malloc

+ 3 - 0
modules/src/Action

@@ -34,3 +34,6 @@ end
 name "EM-code reading module"
 dir read_em
 end
+name "Floating point arithmetic module"
+dir flt_arith
+end