How to find One's complement of floating point variable ?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    kintali narendra
      
 el 5 de Feb. de 2021
  
    
    
    
    
    Comentada: Walter Roberson
      
      
 el 8 de Feb. de 2021
            Hi, 
I used Simulink Bitwise Not operator to find the one's complement of uint8 type variable. 
Now I want to find one's complement of float variable (double) using simulink. 
Can you please help me on how to perform the task. 
Thank you
2 comentarios
  James Tursa
      
      
 el 5 de Feb. de 2021
				What does a 1's complement of a floating point bit pattern even mean to you?  How do you intend to use this result?
Respuesta aceptada
  Walter Roberson
      
      
 el 5 de Feb. de 2021
        typecast to uint64, take the one's complement, typecast back.
Caution: 1's complement of 0.0 is NaN.
9 comentarios
  Walter Roberson
      
      
 el 8 de Feb. de 2021
				@Paul note in particular they wanted the one's complement of the binary representation of double precision numbers, not of an integer data type.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Sources en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




