Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4098410
MMLmsqrt.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
MMLmsqrt.php
View Options
<?php
namespace
MediaWiki\Extension\Math\WikiTexVC\MMLnodes
;
/**
* Presentation MathML 3 Element
* name: "msqrt"
* description: "form a square root (radical without an index)"
* category: "General Layout Schemata"
*/
class
MMLmsqrt
extends
MMLbase
{
public
function
__construct
(
string
$texclass
=
""
,
array
$attributes
=
[]
)
{
parent
::
__construct
(
"msqrt"
,
$texclass
,
$attributes
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 15:20 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2b/95/ebdcfaeda4e9a5779f7d5f8a51b7
Default Alt Text
MMLmsqrt.php (401 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment