Closed
Description
These methods landed in October 2018 in #55169 without a tracking issue.
impl f32 {
pub fn copysign(self, y: f32) -> f32 {…}
}
impl f64 {
pub fn copysign(self, y: f64) -> f64 {…}
}
CC @raphlinus
Metadata
Metadata
Assignees
Labels
Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCRelevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.