mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
parent
13279b8594
commit
271ae6219d
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ real sqrt(real x) @nogc @safe pure nothrow { return core.math.sqrt(x); }
|
|||
* $(TR $(TD $(PLUSMN)$(INFIN)) $(TD $(PLUSMN)$(INFIN)) $(TD no) )
|
||||
* )
|
||||
*/
|
||||
real cbrt(real x) @trusted nothrow @nogc
|
||||
real cbrt(real x) @trusted pure nothrow @nogc
|
||||
{
|
||||
version (CRuntime_Microsoft)
|
||||
{
|
||||
|
@ -273,7 +273,7 @@ real cbrt(real x) @trusted nothrow @nogc
|
|||
}
|
||||
|
||||
///
|
||||
@safe unittest
|
||||
@safe pure unittest
|
||||
{
|
||||
import std.math.operations : feqrel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue