Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kiwicalc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kiwicalc

Extremely simple interface for mathematics.

  • 0.21.3
  • PyPI
  • Socket score

Maintainers
1

KiwiCalc

Abstract

The project is intended to help integrating mathematical expressions in python with greater ease and provide powerful tools along them. Python's syntax can be cumbersome when it comes to more sophisticated mathematical notations, so wouldn't it be easier to use them in a more intuitive "math-like" syntax?

Sources

  • Official website: kiwicalc.com

  • Official Documentation

  • Google Colab.

  • GitHub.

Installation

You can install the library with pip, by executing the command pip install kiwicalc in your command prompt.

Basic Examples

First, import kiwicalc:

from kiwicalc import *

Plotting and scattering functions

my_function = Function("f(x) = x^2")
my_function.plot()
my_function = Function("f(x) = sin(x) * cos(y)")
my_function.plot()
my_function = Function("f(x,y) = sin(x) * cos(y)")
my_function.scatter3d()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc