Hamo

Results 18 issues of Hamo

Using the following data, House information is omitted for Venus: { "houseSystem": "placidus", "zodiac": "tropical", "year": 1995, "month": 3, "day": 23, "hour": 6, "minute": 26, "second": 0, "latitude": 34.0522265, "longitude":...

End position for 12th house ecliptic is not correct. Should it not equal to the start position of the 1st house ? I am getting the: a) End position **Ecliptic**...

Any chance you could add the IC and DC to the data structure? I realise that they can be derived from the AC/MC, however, your response schema is not a...

I need to include this as a controlled component for use in forms, (inside a wrapped field with something like React Final Form), As such the initialvalue may change (say...

enhancement

Dealing with sparse matrix, I want to insert a column, as a new last column, so if the initial matrix was `m x n`, then the new matrix should be...

I have a large sparse matrix, but I get issues: java.lang.IndexOutOfBoundsException: Row '-32767' is invalid. In the above case, it fails when trying to put data when row/column index exceeds...

So I have a square sparse matrix: `SparseMatrix m = new CRSMatrix(n,n)` And I need to add to transpose of itself to enforce symmetry: `m = (SparseMatrix)m.add(m.transpose())` However the performance...

Starcat. I noticed you based this library from one library from mivion which is exclusively the moshiers ephemeris, but he has another which is the swiss ephemeris binding in nodejs....