Page MenuHomeWickedGov Phorge

MMLmsqrt.php
No OneTemporary

Size
401 B
Referenced Files
None
Subscribers
None

MMLmsqrt.php

<?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

Mime Type
text/x-php
Expires
Wed, Aug 19, 14:44 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2b/95/ebdcfaeda4e9a5779f7d5f8a51b7
Default Alt Text
MMLmsqrt.php (401 B)

Event Timeline