vue-template-compiler

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Version: 2.7.14 registry icon
Safety score
90
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.

Parametric Equations Parametric equations define a curve in the Cartesian plane. If (x = f(t)) and (y = g(t)), then the derivative (\fracdydx) can be found using:

[ \fracdydx = \fracg'(t)f'(t) ] In polar coordinates, (x = r \cos(\theta)) and (y = r \sin(\theta)). The conversion to Cartesian coordinates and the computation of derivatives are common.