"inf" in Chinese (Simplified)
inf(无限的缩写)- informal(非正式的缩写)
Definition
'inf' 主要作为 “infinity”(无穷大)在数学和计算机中使用的缩写,有时也作为 'informal' 的缩写出现于词典或文本中。
Usage Notes (Chinese (Simplified))
“inf” 属于技术性缩写,常在编程、数学领域、词典条目等场合使用。指“infinity”时出现在公式、编辑器、代码中,指“informal”时用于词典释义标签。日常口语几乎不用。
Examples
The value returned is inf if the number is too large.
如果数字太大,返回的数值就是**inf**。
In some dictionaries, 'inf' means the word is informal.
在一些词典中,“**inf**”表示这个词是非正式用语。
Type 'float("inf")' to get infinity in Python.
在Python中输入 'float("**inf**")' 来得到无穷大。
My code kept returning inf—I realized I had a divide by zero error.
我的代码一直输出**inf**,后来我发现是除以零的错误。
You might see 'inf' in the dictionary next to slang words.
你在词典里会在俚语旁看到“**inf**”这个缩写。
When a program calculates something too big, it often gets stored as inf.
如果程序计算值过大,通常会以**inf**保存。