Skip to content

Update numeric.d#1894

Closed
9il wants to merge 1 commit intodlang:masterfrom
9il:patch-4
Closed

Update numeric.d#1894
9il wants to merge 1 commit intodlang:masterfrom
9il:patch-4

Conversation

@9il
Copy link
Member

@9il 9il commented Jan 31, 2014

findRoot flexibility fix.

in for generic code with const:

const a = float.min_normal;
const b = float.max;
const fa = equation(a);
const fb = equation(b); 
const r = equation.findRoot(a, b, fa, fb);

findRoot flexibility fix.

`in` for generic code with `const`:
```D
const a = float.min_normal;
const b = float.max;
const fa = equation(a);
const fb = equation(b); 
const r = equation.findRoot(a, b, fa, fb);
```
@Poita
Copy link
Contributor

Poita commented Feb 1, 2014

LGTM

@9il
Copy link
Member Author

9il commented Feb 2, 2014

I will create new PR because I delete my clone of Phobos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants