-
Static ncurses alone more than doubles the size of the binary. netbsd-curses might be a solution.
-
1. Create methods for +, -, * and / and make them take two doubles as parameters and return a result.
2. Unit test these methods
-
```
What steps will reproduce the problem?
1. do not count the citations in author profile
2.
3.
What is the expected output? What do you see instead?
citation count 2x too high
What version of the…
-
```
What steps will reproduce the problem?
1. do not count the citations in author profile
2.
3.
What is the expected output? What do you see instead?
citation count 2x too high
What version of the…
-
```
What steps will reproduce the problem?
1. do not count the citations in author profile
2.
3.
What is the expected output? What do you see instead?
citation count 2x too high
What version of the…
-
The modulo operator does not work properly with regards to doubles/floats.
`156.789 % 1.0` should return `0.789` but instead it returns `156.789`.
-
Is there any plan of introducing ternary operator support in exp4j? I think it will be a very useful feature. Please look at the link to get an idea I am talking about
[http://math.hws.edu/eck/jsdemo…
-
Quelques instances sont présentes dans la BD mais le webservice ne les envoi pas au client web. Cela produit des noms doublés lors de la création de nouvelle instance.
-
Using a type of function[string()] results in:
> Unknown type in template argument
Doubles and ints seem to work.
This is cython 0.27.3
Python 2.7.12
RayVR updated
6 years ago
-
```
Seems that Groovy 'star-dot' operator doesn't like stubbed properties of Spock
doubles. Instead of returning the stubbed value, it returns an object. See the
attached test case (ready to run in …