What kind of floats should you use for scientific libraries? Right now I have a mix of float and float64 but what is the preferred way to do it? One way I've been thinking about is using generics with SomeFloat to accomodate all kinds of floats. Or is float64 the way to go nowadays?
- Re: Proposal to start a Nim-Scientific Community hugogranstrom