Skip to content

Commit 81539fe

Browse files
committed
---
yaml --- r: 14113 b: refs/heads/try c: 708f7b9 h: refs/heads/master i: 14111: 1041880 v: v3
1 parent 4aa84ce commit 81539fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 9b01620e8d427275217f413c770c79d2d70fac6c
5+
refs/heads/try: 708f7b927c0c98d60bf1c8c55eefd09c9da56239
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/f32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export is_zero, is_infinite, is_finite;
1313
export NaN, is_NaN, infinity, neg_infinity;
1414
export consts;
1515
export logarithm;
16-
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh;
16+
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh, floor;
1717
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
1818
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
1919
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;

branches/try/src/libcore/f64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export is_zero, is_infinite, is_finite;
1313
export NaN, is_NaN, infinity, neg_infinity;
1414
export consts;
1515
export logarithm;
16-
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh;
16+
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh, floor;
1717
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
1818
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
1919
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;

branches/try/src/libcore/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export is_zero, is_infinite, is_finite;
1111
export NaN, is_NaN, infinity, neg_infinity;
1212
export consts;
1313
export logarithm;
14-
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh;
14+
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh, floor;
1515
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
1616
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
1717
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;

0 commit comments

Comments
 (0)