package
module
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
To calculate simple arithmetical formulae.
Examples:
package main
import (
"fmt"
"github.com/tksasha/formula"
)
func main() {
result, _ := formula.Calculate("7*8")
fmt.Println(result) // 56
}
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.