[Webkit-unassigned] [Bug 203312] Implement the CSS exponent functions: pow(), sqrt(), hypot()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 15 12:24:53 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=203312
--- Comment #5 from Kevin Turner <kevinturner at utexas.edu> ---
Comment on attachment 417716
--> https://bugs.webkit.org/attachment.cgi?id=417716
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=417716&action=review
>> Source/WebCore/css/CSSCalculationValue.cpp:785
>> + bool isExpFuncNode() const { return m_operator == CalcOperator::Hypot || m_operator == CalcOperator::Sqrt || m_operator == CalcOperator::Pow; }
>
> What is "exp" a contraction for here?
"Exponential" - I derived the naming from the title on the CSS spec for these functions: "11.5. Exponential Functions: pow(), sqrt(), hypot(), log(), exp()".
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210115/cd911c73/attachment.htm>
More information about the webkit-unassigned
mailing list