CSS3 icon indicating copy to clipboard operation
CSS3 copied to clipboard

Add mathematical functions

Open vrugtehagel opened this issue 10 months ago • 0 comments

It'd be nice to support the newer mathematical functions. Specifically:

  • round()
  • mod()
  • rem()
  • sin()
  • cos()
  • tan()
  • asin()
  • acos()
  • atan()
  • atan2()
  • pow()
  • sqrt()
  • hypot()
  • log()
  • exp()
  • abs()
  • sign()

See the section on Math functions on MDN.

vrugtehagel avatar Apr 23 '24 12:04 vrugtehagel