| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''ANGLE (deg,by,till)'''</div><br/> | + | <div style="font-size:30px">'''ANTILOG (Number,Base)'''</div><br/> |
| − | *<math>deg</math> is the starting angle value in degree | + | *<math>Number</math> is the log value to find the Antilog value |
| − | *<math> by </math> is the skip value. | + | *<math> Base </math> base value of the Log value. |
| − | *<math> till </math> is the ending degree value. | + | |
| | + | ==Description== |
| | + | *This function shows the antilog of a given number. |
| | + | *Antilog is the number whose logarithm is a given number. |
| | + | *For example, the logarithm of 1,000 (10 3) is 3, so the antilogarithm of 3 is 1,000. |
| | + | *In algebraic notation, if log x = y, then antilog y = x. |
| | + | *Here ANTILOG(Number, Base) indicates we can find the anti logarithmic value with any base. |
| | + | |
| | + | ==Examples== |
| | + | #ANTILOG(3.3219280948873626,2) = 10.000000000000002 =10(Approximate) |
| | + | #ANTILOG(3.23621726987935,3) = 35.000000000000014 = 35(Approximate) |
| | + | #ANTILOG(2.397940008672037,10) = 249.9999999999997 = 250 (Approximate) |
| | + | |
| | + | ==See Also== |
| | + | *[[Manuals/calci/LOG| LOG]] |
| | + | *[[Manuals/calci/LOG10| LOG10]] |
| | + | *[[Manuals/calci/LN| LN]] |