Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update f32.rs
  • Loading branch information
Stromberg90 authored Jan 16, 2020
commit d0db6d5791a75bb6e6f7ebe98067e78753fc1986
2 changes: 1 addition & 1 deletion src/libstd/f32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ impl f32 {
unsafe { cmath::fdimf(self, other) }
}

/// Takes the cubic root of a number.
/// Returns the cubic root of a number.
///
/// # Examples
///
Expand Down