-
Original ticket http://projects.scipy.org/numpy/ticket/880
Reported 2008-08-06 by atmention:bsouthey, assigned to unknown.
When an integer list is passed to nan_to_num then an error occurs. This does…
-
[46. 全排列](https://leetcode.cn/problems/permutations/)
-
Hello stdlib developers,
I'm opening this issue to summarize and coalesce upcoming efforts to integrate linear algebra operations in stdlib, in particular:
1) Accessible interfaces for common li…
-
This is opened per comment [here](https://github.com/sympy/sympy/pull/25534#issuecomment-1686707089).
A new file was created to contain files which cause circular import errors in `core` named `int…
-
Given an integer array nums, return the number of all the arithmetic subsequences of nums.
A sequence of numbers is called arithmetic if it consists of at least three elements and if the difference…
-
Perhaps this is working as intended, but I was surprised to get a negative number.
```elixir
iex> Money.split(Money.new( :USD, 200), 3)
{Money.new(:USD, "66.67"), Money.new(:USD, "-0.01")}
```
…
-
In case a method returns with a well defined `hash` then type checking works fine when you reference the values directly in the hash as seen with methods `ok_direct` and `ok_indirect`. However when us…
-
Problem name: Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set).
Difficulty: Medium
Language: C++
-
... but import doesn't!
`provide-integer.arr`:
```
provide *
provide-types *
type Integer = Number%(num-is-integer)
```
`importer.arr`:
```
include file("provide-integer.arr")
fu…
-
In Hilla 1.1, the generator creates TypeScript files by matching fields in the Java class. Consider for example this entity:
```java
public class MyEntity {
private int num = 3;
private …