Dym Sohin f132183c1d | ||
---|---|---|
.. | ||
dist | ||
src | ||
LICENSE.txt | ||
README.md |
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.