Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Remove external reference to rndtonl.
Browse files Browse the repository at this point in the history
It was removed in dlang/phobos@b4f675f
Fix Issue 22683 - core.math.rndtonl can't be linked
  • Loading branch information
ibara committed Jan 17, 2022
1 parent c7321df commit bf446f5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/core/math.d
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ public:
@nogc:
nothrow:
@safe:

/*****************************************
* Returns x rounded to a long value using the FE_TONEAREST rounding mode.
* If the integer value of x is
* greater than long.max, the result is
* indeterminate.
*/
extern (C) real rndtonl(real x);

pure:
/***********************************
* Returns cosine of x. x is in radians.
Expand Down

0 comments on commit bf446f5

Please sign in to comment.