Luca Favatella wrote:
>>  ieee754_bitstring2double.m
>>  ieee754_double2bitstring.m
>>
>>  Also internal functions? If so they should also have trailing and
>>  leading __ characters in their names.
>>     
> __ieee754_bitstring2double__.m obtains a double from its ieee754 bit string.
> Is there already any function in Octave/Octave-Forge to do this?
> If yes, I could remove a lot of code from this function.
> If not, could it be useful as a public function out of this (ga)
> package (that is, in the core Octave or in another package in
> Octave-Forge)?
>   
These may be similar to bin2dec or dec2bin and bin2hex and hex2bin from 
Matlab (they do not exist in octave yet).  If you modify and write them, 
they should get included in the main octave distribution.

Have a good day,

Bill

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to