Skip to content

This code will find Element-wise maximum of array-like elements

License

Notifications You must be signed in to change notification settings

Insisted/Unlimited-Numpy-fmax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Unlimited-Numpy-fmax

This code will find Element-wise maximum of array-like elements

numpy.fmax does the work for you when you only want to compare two array-like values. But this will let you have unlimited array-like arguments (depends on your machine obviously)

Upon receiving input parameters that are not an int or float it will filter those out and replacing them with 0 instead

About

This code will find Element-wise maximum of array-like elements

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages