Casio FX9750GII Graphic Calculator Logo

Related Topics:

A
Anonymous Posted on Nov 02, 2013

I keep getting a negative number when i try to do tan40

1 Answer

kakima

Level 3:

An expert who has achieved level 3 by getting 1000 points

One Above All:

The expert with highest point at the last day of the past 12 weeks.

Top Expert:

An expert who has finished #1 on the weekly Top 10 Fixya Experts Leaderboard.

Superstar:

An expert that got 20 achievements.

  • Casio Master 102,366 Answers
  • Posted on Jun 15, 2014
kakima
Casio Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

One Above All:

The expert with highest point at the last day of the past 12 weeks.

Top Expert:

An expert who has finished #1 on the weekly Top 10 Fixya Experts Leaderboard.

Superstar:

An expert that got 20 achievements.

Joined: Dec 16, 2009
Answers
102366
Questions
0
Helped
10432359
Points
622693

The tangent of 40 radians is a negative number.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Trying to do a log(-#) get domain error. never had this problem before. how do I fix it?

It is not possible to take the logarithm of a negative number because the logarithm function is defined only for positive real numbers. If you are trying to take the logarithm of a negative number, you will encounter a "domain error" because the input is outside the domain of the function.
To fix this error, you will need to make sure that the input to the logarithm function is a positive real number. One way to do this is to add a condition to your code to check whether the input is positive before taking the logarithm. For example:

if x > 0:
y = log(x)
else:
print("Error: Cannot take log of non-positive number")

Alternatively, you can use the logarithm function from a library that supports complex numbers, such as the cmath library in Python, which import cmath
x = -1
y = cmath.log(x)
print(y) # Output: (-3.141592653589793j)
allows you to take the logarithm of negative numbers by using the complex logarithm function log(). For example:

Keep in mind that the complex logarithm function returns a complex number, so you may need to handle the result differently than you would with a real logarithm.
1helpful
2answers

What is a negative numbers

a negative number is any number less than zero. for example if you subtract 4 form 3 you get -1 which is negative one.
0helpful
1answer

Is it better to keep negatives in a sleeve or can I keep them the way that they came back from CVS?

It is much better to get sleeves to keep your negatives in, in order to use them you have to keep them clean and dry. You might also want to look into digitally scanning your negatives to better preseve them.
Sep 23, 2013 • Photography
2helpful
2answers

How to fix error mesage on TI-30Xa. Every time I press LOG an error sign comes up. how do i fix this?

To take the log of a number, enter the number then press the LOG button, then the =. To take the log of a negative number, enter the negative number using the +/- key just to the right of the decimal point. To calculate the negative of a log, calculate the log and then negate it using +/-. To calculate the antilog (inverse logarithm), press 2nd then LOG.

Bear in mind that LOG is the common (base-10) logarithm. For the natural (base-e) logarithm, use the LN key to its right.
4helpful
1answer

When i square a negative, i get a negative answer, how do i fix it so it gives me the positive number?

Actually, you're negating a square, not squaring a negative. When you put in -x^2, it's getting calculated as -(x^2). In order to square a negative number, use parentheses and calculate it as (-x)^2.

Also, make sure you're using the +- key to the right of th decimal point instead of the - key when entering the negative number.
0helpful
1answer

Negative amount

Sounds like one department is selling / transferring from another department.. You should see offsetting numbers in the other departments to track it down. Just look for positive entries in other departments that match the negative entries, and verify with date & time stamp and item / SKU number. May be a programming error.
0helpful
1answer

Negative answer when squaring a neg number

You must put all negative numbers in Parenthesis otherwise your calculator is not squaring the negative .
Not finding what you are looking for?

61 views

Ask a Question

Usually answered in minutes!

Top Casio Office Equipment & Supplies Experts

k24674

Level 3 Expert

8093 Answers

Arnie Burke
Arnie Burke

Level 3 Expert

7339 Answers

Ngoro

Level 3 Expert

3521 Answers

Are you a Casio Office Equipment and Supply Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...