使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
david.wurm
/
InternetServicesBook
镜像自地址
https://github.com/trimstray/the-book-of-secret-knowledge
关注
1
点赞
0
派生
0
代码
版本发布
0
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1069
提交
1
分支
53 MiB
目录树:
6cba5e2f23
master
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '6cba5e2f23'
${ noResults }
InternetServicesBook
/
Infinity.json
Infinity.json
1 B
原始文件
普通视图
文件历史
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 } } } ```
3 个月前
1