R/cpp11.R

Defines functions area_triangle_cpp area_cpp

# Generated by cpp11: do not edit by hand

area_cpp <- function(x, y) {
  .Call(`_area_area_cpp`, x, y)
}

area_triangle_cpp <- function(x, y) {
  .Call(`_area_area_triangle_cpp`, x, y)
}

Try the area package in your browser

Any scripts or data that you put into this service are public.

area documentation built on May 29, 2024, 11:13 a.m.