We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013c53f commit 4394482Copy full SHA for 4394482
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6c02e81c7009d80b6999bd5d953a9c0beef5dc00
+refs/heads/master: deefb1f4b7bb6fc9a4145d698bea9cbf5953bd03
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
trunk/src/libstd/num/mod.rs
@@ -389,9 +389,9 @@ pub trait Real: Signed
389
390
// Angular conversions
391
392
- /// Convert degrees to radians.
393
- fn to_degrees(&self) -> Self;
394
/// Convert radians to degrees.
+ fn to_degrees(&self) -> Self;
+ /// Convert degrees to radians.
395
fn to_radians(&self) -> Self;
396
}
397
0 commit comments