Logarithmic functions



  LN function

     LN function takes input  as  number and it converts that number to natural logarthimic values.


           SYNTAX:  Ln(number)

 
  LOG Function

 
     log functions give logarithmic values based on the base if the base is omitted tableau will takes the base as '10'.



          syntax :  LOG(number,[base])


power function;


    power function raises the input number based on the power.

             syntax: power(number,power)

Square function


       square function will takes the input as the number it displays the square of that input number.

      sqrt-

     sqrt function will takes the input as number and it displays the square root of the input number.

   
         SQUARE(NUMBER)        SQRT(number)



DEGREE


          degrees function takes the input as number in the form of radians and it convert that numbers to degrees



                syntax  degrees[numbers]

Radians  

       radians function converts number in the form of degrees to radians



                   syntax  radians[numbers]

exp function


    Expansions function returns the expansions value of the given input number by raising the input number to

   e^(power)

      exp(6)=e^6

No comments:

Post a Comment