Skip to content

Commit a7cf0aa

Browse files
authored
numpy.json
1 parent 7a6061d commit a7cf0aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

data/numpy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,20 @@
139139
"items": [
140140
{
141141
"definition": "একটি সংখ্যার নির্দিষ্ট সাথে এক্সপোনেনশিয়েল হিসাব করার জন্য",
142-
"code": "np.exp(6)"
142+
"code": "np.exp(number)"
143143
},
144144
{
145145
"definition": "একটি সংখ্যার লগারিদম হিসাব করার জন্য",
146-
"code": "np.log(10)"
146+
"code": "np.log(number)"
147147
},
148148
{
149149
"definition": "একটি সংখ্যার বর্গমূল হিসাব করার জন্য",
150-
"code": "np.sqrt(16)"
150+
"code": "np.sqrt(number)"
151151
}
152152
]
153153
}
154154

155155
]
156156
}
157157
]
158-
}
158+
}

0 commit comments

Comments
 (0)