more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5825 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6e14117b0b
commit
4220781986
4 changed files with 93 additions and 0 deletions
|
|
@ -45,6 +45,11 @@
|
|||
{
|
||||
return conj(a);
|
||||
}
|
||||
|
||||
float_complex Conjf(float_complex a)
|
||||
{
|
||||
return conj(a);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue