src/pylib/numTypes/floats/init

Source   Edit  

Procs

func float(a: PyStr | PyBytes): BiggestFloat
Source   Edit  
proc repr(x: SomeFloat): string
Source   Edit  

Templates

template float(a: bool): BiggestFloat
Source   Edit  
template float(number: SomeNumber = 0.0): BiggestFloat
Source   Edit  
template float(obj: HasIndex): BiggestFloat
Admonition: since Python 3.8
Source   Edit