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
232 B
PHP

<?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
*/
function j($imag = 0.0) {}