ソースを参照

Create Infinity.json

```json
{
  "infinity": {
    "symbol": "∞",
    "types": {
      "countable": {
        "description": "The size of the set of natural numbers.",
        "example": "Natural numbers (1, 2, 3, ...)",
        "cardinality": "ℵ₀"
      },
      "uncountable": {
        "description": "The size of the set of real numbers.",
        "example": "Real numbers (all decimal expansions)",
        "cardinality": "2^ℵ₀"
      }
    },
    "applications": [
      {
        "field": "Calculus",
        "usage": "Limits, integrals, and derivatives."
      },
      {
        "field": "Set Theory",
        "usage": "Understanding different sizes of infinity."
      },
      {
        "field": "Physics",
        "usage": "Concepts like infinite density in black holes."
      }
    ],
    "properties": {
      "non-numeric": true,
      "cannot_be_reached": true,
      "conceptual": true
    }
  }
}

```
pull/444/head
Evan Wilson 1ヶ月前
committed by GitHub
コミット
6cba5e2f23
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      Infinity.json

+ 1
- 0
Infinity.json ファイルの表示

@@ -0,0 +1 @@


読み込み中…
キャンセル
保存