X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/fc2ec49c325b99370170789886b4be4f43e16d68..b8e89a384896a4f8ce3e1990a10c88e7164af55c:/documentation/code_VALValue.convert_back_R.html diff --git a/documentation/code_VALValue.convert_back_R.html b/documentation/code_VALValue.convert_back_R.html deleted file mode 100644 index 7cb9923..0000000 --- a/documentation/code_VALValue.convert_back_R.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - -Value.convert_back_R - - -let convert_back_R v = 
-        match v with
-        |N i -> [| float_of_int i |]
-        |R f -> [| f |]
-        
        (** realise the function int -> value into float list.*)

-        |Vec (size, vec) ->
-                let result_value_array = Array.init size vec in
-                let result_float_array = Array.map take_off_R result_value_array in
-                result_float_array                
-        |Zero -> [| 0. |]
-        |W -> [| 0. |]
\ No newline at end of file