Program 73 #P73 - C program to Find the value of ln(N!) using Recursion Using Recursion #C193

Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=mf8E7w_HR6M



Duration: 2:02
305 views
6


/* Approach:
Method -1: Calculate n! first, then take its log value.
Method -2: By using the property of log, i.e. take the sum of log values of n, n-1, n-2 …1.

ln(n!) = ln(n*n-1*n-2*…..*2*1) = ln(n)+ln(n-1)+……+ln(2)+ln(1)

Below is the implementation of the Method-2:*/

#rubalsolutions #coding #developer #programming #programmer #technology #clanguage #computerscience #c #informaticpractices #sub #subscribe #youtube #newyoutuber #youtubechannel




Other Videos By Rubal Solutions


2019-04-01Program 81 #P81 - C program to Separate out +ve, ve and 0 array elements #C203
2019-04-01Program 80 #P80 - C program to Check Armstrong number in an array #C202
2019-04-01Program 79 #P79 - C program to Count frequency of each array element #C201
2019-03-31Theory Lecture - Learning C Programming || Pass arrays to a function || For Beginners || #C200
2019-03-31Program 78 #P78 - C program to Store prime numbers in array & display #C199
2019-03-31Program 77 #P77 - C program to count Array elements by using sizeof operator #C198
2019-03-30Program 76 #P76 - C Program to Calculate Standard Deviation Using Array #C197
2019-03-30Program 75 #P75 - C Program to Find Largest Element of an Array #C196
2019-03-30Program 74 #P74 - C Program to Calculate Average Using Arrays #C195
2019-03-30Theory Lecture - Learning C Programming || C Programming Arrays || For Beginners || #C194
2019-03-29Program 73 #P73 - C program to Find the value of ln(N!) using Recursion Using Recursion #C193
2019-03-29Program 72 #P72 - C program to generates the Fibonacci series Using Recursion #C192
2019-03-29Tour To Our Channel Rubal Solutions ||Multiple Content Available here In Playlist||Subscribe||
2019-03-28Program 71 #P71 - C program to Reverse a Sentence Using Recursion #C191
2019-03-28Program 70 #P70 - C Program to convert decimal number to binary #C190
2019-03-28Program 69 #P69 - C Program to convert binary number to decimal #C189
2019-03-27पथवारी माता की कहानी ।। पथवारी , पाल और विनायक जी की कहानी ।।
2019-03-27शीतला माता की कहानी ।। जय शीतला माता की ।।
2019-03-26Program 68 #P68 - C Program to find Factorial of a Number Using Recursion #C188
2019-03-26Program 67 #P67 - C Program to Find the Sum of Natural Numbers using Recursion #C187
2019-03-26सोलह श्रृंगार || पूरी जानकारी || सिर्फ खूबसूरती ही नहीं, भाग्य भी बढ़ाता है सोलह श्रृंगार ||



Tags:
computer education
computer education in Hindi
computer education for kids
basic computer training
kids computer
computer for kids
kids technology
rubalsolutions
beginner YouTube
coding
developer
newyoutuber
subscribe
sub
computer-science
fibonacci series
ln(N!) using Recursion