Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved trigonometry operations #114

Merged
merged 24 commits into from
Jun 27, 2020
Merged

Conversation

CommanderTvis
Copy link
Collaborator

Improve support of string-identified operations API, rework trigonometric operations algebra part:

  • rename tg -> tan,
  • introduce inverse trigonometric operations (acos, asin, atan) and implement them for each builtin concrete algebra class.

closes #104

…tric operations algebra part: introduce inverse trigonometric operations, rename tg to tan
…ed-trigonomery

# Conflicts:
#	kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/NumberAlgebra.kt
#	kmath-core/src/commonMain/kotlin/scientifik/kmath/operations/OptionalOperations.kt
#	kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/ExtendedNDField.kt
…generation to reduce quantity of cast instructions, minor refactor and renaming of internal APIs
…onometry

# Conflicts:
#	kmath-ast/README.md
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/asm/internal/AsmBuilder.kt
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/asm/internal/buildName.kt
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/asm/internal/classWriters.kt
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/asm/internal/methodVisitors.kt
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/asm/internal/specialization.kt
#	kmath-core/src/commonMain/kotlin/scientifik/kmath/structures/RealBufferField.kt
@CommanderTvis CommanderTvis added this to the 0.2 milestone Jul 29, 2020
@CommanderTvis CommanderTvis modified the milestones: 0.2, 0.1.x Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants