I can't answer for OP, but for example doing the calculations for my project https://github.com/jvoigtlaender/circuits with Floats would be forbidding/forbidden. Determining whether a certain branch of the constructed circuit has current or not in a given switch setting, that needs exact comparisons between values computed by Gauss-Jordan. Calculating with Floats would be unsafe.
> Am 26.11.2016 um 16:44 schrieb Max Goldstein <[email protected]>: > > What problem are you trying to solve that you can't do with Floats? > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
