#' Espérance tronquée d'une loi uniforme
#' @param a minimum
#' @param b maximum
#' @export
Etronq_unif <- function(d,a, b) (d^2 -a^2) / (2*(b-a))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.