test_float_1

Undocumented in source.
immutable
auto test_float_1 = q{--- test_float_1.vx // floats negation f32 neg_f32(f32 n) { return -n; } f64 neg_f64(f64 n) { return -n; } };

Meta