codepens/quick-mathematical-features...
Dym Sohin f132183c1d init 2023-10-06 23:12:53 +02:00
..
dist init 2023-10-06 23:12:53 +02:00
src init 2023-10-06 23:12:53 +02:00
LICENSE.txt init 2023-10-06 23:12:53 +02:00
README.md init 2023-10-06 23:12:53 +02:00

README.md

Quick mathematical features support test

A Pen created on CodePen.io. Original URL: https://codepen.io/thebabydino/pen/yLRBJXP.

Confused about what browser supports what mathematical functions/ constants? This Pen uses @supports to tell you what the browser you're currently viewing it in supports and what not.

As of April 2023, Safari (tested via Epiphany as I'm on Ubuntu) supports everything, Firefox supports everything except abs() and sign() (which can be easily emulated using other very well supported functions though), while Chrome only supports constants and trigonometric functions.