Bonjour,
j'ai trouvé comment convertir un flottant au format binaire
et j'aimerais maintenant à partir d'une chaîne de caractères qui représente le format binaire pouvoir la transformer en un flottant (en respectant la norme IEEE 754 bien sûr).Code:Integer.toBinaryString(Float.floatToIntBits(new Float("123.456"))
Je ne trouve rien dans l'API, ni sur le forum.
Si vous avez la réponse n'hésitez pas !