Cannot access Antilog from swift.
See original GitHub issueUsecase: We want to create subclass of the Antilog abstract class in swift.
The warning is the following:
Imported declaration 'CommonNapierNapierLevel' could not be mapped to 'NapierNapier.Level'
5:28
__attribute__((swift_name("NapierNapier.Level")))
Because of it we cannot use anything which relates to the Napier.Level enum from swift code, therefore the Antilog superclass is empty.
As a workaround we created a similar class like the CrashlyticsAntilog
in the example but would be better a bit if the library would not produce a warning.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Swift - Find antilog for 4 digit Integer in iOS - Stack Overflow
I need to find an antilog for 5995. I can get the actual antilog value when I am using anti logarithm book. but...
Read more >Swift - Find antilog for 4 digit Integer in iOS | Edureka Community
I need to find an antilog for 5995. I can get the actual antilog value when I am using anti logarithm book. but...
Read more >How do you find the antilog in a scientific calculator? - Quora
Antilog is basically a reverse function of Log. You can calculate it by pressing [Shift] key before pressing the log key. Same is...
Read more >[Solved]-Trouble converting extension on Data to Swift 3.1 and ...
Coding example for the question Trouble converting extension on Data to Swift 3.1 and UnsafeRawPointer-swift.
Read more >how do you take antilog on calculator Code Example - Code Grepper
Queries related to “how do you take antilog on calculator” ... you must use a personal access token with 'read_repository' · how to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@AAkira Perfect, thank you.
@AAkira @stumi01
Hi, I tried with the version.
Is this behavior you expect?
You can try this code with mpp-sample in Napier repository.