Skip to content

Commit ac47282

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1048 from Bratajit-03/new-user
update numpy.json
2 parents c258d8a + a7cf0aa commit ac47282

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

data/numpy.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,26 @@
133133
{
134134
"definition": "ডিগ্রি থেকে রেডিয়ান তে কনভার্ট করার জন্য",
135135
"code": "np.deg2rad(degree_value)"
136+
},
137+
{
138+
"title": "নাম-পাই ব্যাবহার করে ম্যাথম্যাটিক্যাল হিসাব নিকাশ",
139+
"items": [
140+
{
141+
"definition": "একটি সংখ্যার নির্দিষ্ট সাথে এক্সপোনেনশিয়েল হিসাব করার জন্য",
142+
"code": "np.exp(number)"
143+
},
144+
{
145+
"definition": "একটি সংখ্যার লগারিদম হিসাব করার জন্য",
146+
"code": "np.log(number)"
147+
},
148+
{
149+
"definition": "একটি সংখ্যার বর্গমূল হিসাব করার জন্য",
150+
"code": "np.sqrt(number)"
151+
}
152+
]
136153
}
154+
137155
]
138156
}
139157
]
140-
}
158+
}

0 commit comments

Comments
 (0)