SPVM::Math – Python/numpy porting to Perl

SPVM::Math provides math functions.

use Math;

my $sin = Math->sin(Math->PI / 4);

This will be used in the Python/numpy porting to Perl like the following.

my $np = Numpy->new;

$np->sin($x);

What Is SPVM?

SPVM …


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Yuki Kimoto

SPVM::Math provides math functions.

use Math;

my $sin = Math->sin(Math->PI / 4);

This will be used in the Python/numpy porting to Perl like the following.

my $np = Numpy->new;

$np->sin($x);

What Is SPVM?

SPVM is a static typed language that can be used from Perl. SPVM is the essential part of the Python/numpy porting to Perl. If you haven't heard of Perl's SPVM, Please see also SPVM Language Specification.

This project really needs contributors

This project really needs contributors. I am looking for contributors.


This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Yuki Kimoto


Print Share Comment Cite Upload Translate Updates
APA

Yuki Kimoto | Sciencx (2022-11-08T23:03:05+00:00) SPVM::Math – Python/numpy porting to Perl. Retrieved from https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/

MLA
" » SPVM::Math – Python/numpy porting to Perl." Yuki Kimoto | Sciencx - Tuesday November 8, 2022, https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/
HARVARD
Yuki Kimoto | Sciencx Tuesday November 8, 2022 » SPVM::Math – Python/numpy porting to Perl., viewed ,<https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/>
VANCOUVER
Yuki Kimoto | Sciencx - » SPVM::Math – Python/numpy porting to Perl. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/
CHICAGO
" » SPVM::Math – Python/numpy porting to Perl." Yuki Kimoto | Sciencx - Accessed . https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/
IEEE
" » SPVM::Math – Python/numpy porting to Perl." Yuki Kimoto | Sciencx [Online]. Available: https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/. [Accessed: ]
rf:citation
» SPVM::Math – Python/numpy porting to Perl | Yuki Kimoto | Sciencx | https://www.scien.cx/2022/11/08/spvmmath-python-numpy-porting-to-perl/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.