Skip to content

This is a Python package containing lots of small and useful functions for reuse

License

Notifications You must be signed in to change notification settings

wugifer/wg-pyutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wg-pyutils

This is a Python package containing lots of small and useful functions for reuse

binary-mapping

自动构造合适的函数,实现

  • 双界数值范围 (a,b)
  • 单界数值范围 (-inf, c) 或 (c, inf)
  • 无界数值范围 (-inf, inf)

之间的一一映射

基本用法

bm = BinaryMapping(x1=x1, x2=x2, y1=y1, y2=y2, refer_points=refer_points) print(bm(x)) print(bm.f.plot())

About

This is a Python package containing lots of small and useful functions for reuse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published