Skip to content

Commit 25e8274

Browse files
committed
---
yaml --- r: 8127 b: refs/heads/snap-stage3 c: 708f7b9 h: refs/heads/master i: 8125: 14f779c 8123: 7772db7 8119: 4f408d7 8111: 81f19dc 8095: b412ffc 8063: 71d5518 v: v3
1 parent a50c047 commit 25e8274

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
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 9b01620e8d427275217f413c770c79d2d70fac6c
4+
refs/heads/snap-stage3: 708f7b927c0c98d60bf1c8c55eefd09c9da56239
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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/snap-stage3/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/snap-stage3/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)