This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/stubs/functions.php

14 lines
231 B
PHP
Raw Normal View History

<?php
namespace Arma;
/**
* Returns a CxDouble whose real part is zero.
*
* Helper function. Only defined when Features::OPERATORS is true.
*
* @param double $imag[optional]
* @return CxDouble
*/
2019-06-07 18:08:49 +00:00
function j($imag = 0.) {}