We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6061d commit a7cf0aaCopy full SHA for a7cf0aa
1 file changed
data/numpy.json
@@ -139,20 +139,20 @@
139
"items": [
140
{
141
"definition": "একটি সংখ্যার নির্দিষ্ট সাথে এক্সপোনেনশিয়েল হিসাব করার জন্য",
142
- "code": "np.exp(6)"
+ "code": "np.exp(number)"
143
},
144
145
"definition": "একটি সংখ্যার লগারিদম হিসাব করার জন্য",
146
- "code": "np.log(10)"
+ "code": "np.log(number)"
147
148
149
"definition": "একটি সংখ্যার বর্গমূল হিসাব করার জন্য",
150
- "code": "np.sqrt(16)"
+ "code": "np.sqrt(number)"
151
}
152
]
153
154
155
156
157
158
-}
+}
0 commit comments