Walter Bright Wrote: > strtr wrote: > > Is there no way to stay within float standards? > > It only needs to be portable over x86 > > It is standard IEEE 754 floating point. Most math functions I see in std.math take reals as input. Should I use the C variants in stead?