How do we get the "arcsin" in math module ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do we get the "arcsin" in math module ?

Module in python

15th May 2020, 11:00 AM
chigbu chiamaka
chigbu chiamaka - avatar
5 Answers
+ 2
Well, arcsin is present in numpy Module, you can't call using math module.....
15th May 2020, 1:01 PM
DeWill
DeWill - avatar
+ 2
arcsin is numpy function which returns sine inverse of array of values passed in it..... Please note value should be in radian.... Syntex : array = [] result = numpy.arcsin(array)
15th May 2020, 2:16 PM
DeWill
DeWill - avatar
+ 2
My pleasure..... ☺️
17th May 2020, 6:42 AM
DeWill
DeWill - avatar
+ 1
Thanks a lot
17th May 2020, 6:28 AM
chigbu chiamaka
chigbu chiamaka - avatar
0
Thanks Please explain further
15th May 2020, 2:04 PM
chigbu chiamaka
chigbu chiamaka - avatar