﻿from math import *

def Lambda(D):
    L=log(2)/D
    return L



