Skip to main content
MMARI.1
Senior II
December 26, 2022
Question

hi, any one can suggest which header is having float to array ? by using stdlib.h i could not find float to array

  • December 26, 2022
  • 2 replies
  • 593 views

..

This topic has been closed for replies.

2 replies

S.Ma
Principal
December 26, 2022

Have you tried to include any math.h file?

MMARI.1
MMARI.1Author
Senior II
December 26, 2022

hi , i included i have try to chase following

gcvt()  or float vIn = 0.0f; char vOut = (char)vIn;

but nothing exact function name ?