Skip to main content

float_1

Function float_1 

Source
pub fn float_1<'gcx>(
    float: Term<Name<Interned<'gcx, str>>>,
    gcx: &'gcx GlobalCx<'gcx>,
) -> Term<Name<Interned<'gcx, str>>>
Expand description

float/1

  • Arg0 = Floating type such as ‘f32’

§Examples

  • Code - f32
  • Output - float(f32)