How to Logarithm in Fortran - Code Snippet

How to perform 'Logarithm' in Fortran.

example.f90
! Task: Logarithm
! Language: Fortran

program logarithm() 
    ! Implementation for Logarithm
    ! TODO: Implement core logic here
    ! Step 1: Prepare data
    ! Step 2: Process Logarithm
    print *,("Done");
end program
AdSense Slot